Skip to content

Commit 4f06395

Browse files
committed
contrast changes, titles, landmark
1 parent 5f1781f commit 4f06395

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/assets/stylesheets/application.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/views/layouts/application.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Early Arrivals Records Search (EARS)</title>
4+
<title><%= content_for?(:title) ? content_for(:title) : 'Early Arrivals Records Search (EARS)' %></title>
55
<%= stylesheet_link_tag :application %>
66
<%= csrf_meta_tags %>
77
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
@@ -15,7 +15,9 @@
1515
<h4>A dataset from Investigation Arrival Case Files, San Francisco and Hawaii, Records of the U.S. Immigration and Naturalization Service, Record Group 85, National Archives at San Francisco.</h3>
1616
</div>
1717

18+
<main>
1819
<%= yield %>
20+
</main>
1921
<div id="copyright" >
2022
<ul class="menu">
2123
<li><a href="http://www.lib.berkeley.edu/visit/bancroft">The Bancroft Library</a></li>

app/views/searchcase/display.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<% content_for(:title, 'Search Results | Early Arrivals Records Search (EARS)') %>
12

23
<div class="container">
34
<div id="main-search" class="container search-form">

0 commit comments

Comments
 (0)