Skip to content

Commit

Permalink
Update footer to add alt text to license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmcarthur committed Jan 14, 2024
1 parent 2a5910a commit bfb223d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
</div>
<div class="copyright">
<div class="small-10 small-centered medium-8 large-6">
<%= link_to((image_tag "https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png"), "https://creativecommons.org/licenses/by-nc-sa/3.0", target:"_blank" ) %>
<%= link_to "https://creativecommons.org/licenses/by-nc-sa/3.0", target:"_blank" do %>
<%= image_tag "https://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png", alt: "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License badge" %>
<% end %>

<div class="footer-link">
NZSL Dictionary by
<%= link_to "Deaf Studies Research Unit, Victoria University of Wellington", "https://www.victoria.ac.nz/lals/research/projects/dsru.aspx", target: "_blank" %>
Expand Down

0 comments on commit bfb223d

Please sign in to comment.