]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
consistently link to join
authorAidan Cornelius-Bell <[email protected]>
Mon, 7 Oct 2024 23:34:14 +0000 (10:04 +1030)
committerAidan Cornelius-Bell <[email protected]>
Mon, 7 Oct 2024 23:34:14 +0000 (10:04 +1030)
app/views/pubview/show_public.html.erb

index 39493fc6ef05fe3af800bf3ec332c2e3a9b6871e..0e67bd17c8c89124ec93741cc4972f7cdbffa02c 100644 (file)
@@ -11,6 +11,7 @@
   <%= link_to "Home", root_path(filter: 'all'), class: "button #{@filter == 'all' ? 'active' : ''}" %>
   <%= link_to "Dispatches", root_path(filter: 'posts'), class: "button #{@filter == 'posts' ? 'active' : ''}" %>
   <%= link_to "Bookmarks", root_path(filter: 'bookmarks'), class: "button #{@filter == 'bookmarks' ? 'active' : ''}" %>
+  <%= link_to "Join mind reader", join_path, class: "button" %>
   <% @pages.each do |pg| %>
   <%= link_to "#{pg.title}", public_page_path(pg.slug), class: "button #{params[:slug] == pg.slug ? 'active' : ''}" %>
   <% end %>