Skip to content

Commit 70f75ec

Browse files
committed
removed redundant title attribute in <a> tags
1 parent e6fe417 commit 70f75ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</head>
99
<body>
1010
<div class="container">
11-
<%= link_to image_tag(asset_path('nara.jpg'), alt: 'Chinese Immigration to the United States collection home'), "https://web.archive.org/web/20220124061848/https://bancroft.berkeley.edu/collections/chinese-immigration-to-the-united-states-1884-1944/index.html", title: 'Open Chinese Immigration to the United States collection home' %>
11+
<%= link_to image_tag(asset_path('nara.jpg'), alt: 'Chinese Immigration to the United States collection home'), "https://web.archive.org/web/20220124061848/https://bancroft.berkeley.edu/collections/chinese-immigration-to-the-united-states-1884-1944/index.html" %>
1212
</div>
1313
<div class="container">
1414
<h2 class="display-3">The Early Arrivals Records Search (EARS)</h2>

0 commit comments

Comments
 (0)