From: Aidan Cornelius-Bell Date: Sun, 15 Sep 2024 01:41:00 +0000 (+0930) Subject: Change posts to dispatches X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=1eb5640fe12ac61b0b0e3ce316d8beaa7234bf84;p=arelpe.git Change posts to dispatches --- diff --git a/app/views/pubview/index.html.erb b/app/views/pubview/index.html.erb index aa7e646..556c6bb 100644 --- a/app/views/pubview/index.html.erb +++ b/app/views/pubview/index.html.erb @@ -8,7 +8,7 @@
<%= 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" %>