]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
Change posts to dispatches
authorAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:41:00 +0000 (11:11 +0930)
committerAidan Cornelius-Bell <[email protected]>
Sun, 15 Sep 2024 01:41:00 +0000 (11:11 +0930)
app/views/pubview/index.html.erb

index aa7e64663db52ec1caccba9b9c97bda37f695dba..556c6bbfaf8ad20c3081763fec75567607a3f476 100644 (file)
@@ -8,7 +8,7 @@
 
 <div class="filter-buttons">
   <%= link_to "All", root_path(filter: 'all'), class: "button #{@filter == 'all' ? 'active' : ''}" %>
-  <%= link_to "Posts", root_path(filter: 'posts'), class: "button #{@filter == 'posts' ? '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' : ''}" %>
   <% if current_user&.admin? %>
        <%= link_to "Manage Posts", posts_path, class: "button" %>