otwarchive-symphonyarchive/app/views/home/_tos_navigation.html.erb

10 lines
400 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<ul class="navigation actions">
<% if local_assigns[:top_link] %>
<li><%= span_if_current(t(".top", arrow: "↑"), "#main") %></li>
<% end %>
<li><%= span_if_current(t(".tos"), tos_path) %></li>
<li><%= span_if_current(t(".content"), content_path) %></li>
<li><%= span_if_current(t(".privacy"), privacy_path) %></li>
<li><%= span_if_current(t(".tos_faq"), tos_faq_path) %></li>
</ul>