otwarchive-sunsetarchive/app/views/home/_tos_navigation.html.erb
2026-03-17 01:16:49 -04:00

6 lines
273 B
Text
Executable file

<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></ul>