Skip to content

Commit

Permalink
Merge pull request #1057 from mlibrary/974_hydra_to_samvera_part_deux
Browse files Browse the repository at this point in the history
Resolves #974 Hydra to Samvera rebranding, redux.
  • Loading branch information
sethaj authored Jul 7, 2017
2 parents 2f9611b + df7ec27 commit 6614355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="row">
<div class="footer-text col-md-12">
<p>
Powered by <a href="https://github.com/projecthydra-labs/curation_concerns">Hyrax</a> | Made possible by the <a href="http://projecthydra.org">Hydra</a> project | <% if current_user %> <%= link_to 'Log Out', main_app.destroy_user_session_path, class: 'log-out', role: 'menuitem' %> <% else %> <%= link_to 'Log In', main_app.new_user_session_path, class: 'login', role: 'menuitem' %>
Powered by <a href="https://github.com/samvera/hyrax">Hyrax</a> | Made possible by the <a href="https://samvera.org">Samvera</a> project | <% if current_user %> <%= link_to 'Log Out', main_app.destroy_user_session_path, class: 'log-out', role: 'menuitem' %> <% else %> <%= link_to 'Log In', main_app.new_user_session_path, class: 'login', role: 'menuitem' %>
<% end %>
</p>
</div>
Expand Down

0 comments on commit 6614355

Please sign in to comment.