about summary refs log tree commit diff stats
path: root/app/views/layouts/quotes.html.haml
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 16:22:01 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 16:22:01 -0400
commita9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6 (patch)
treeca97ab63790afd99bd5f24da4e3aa2fe026a0a6f /app/views/layouts/quotes.html.haml
parent491783a28a26739062f5cda29a028bd1166617cb (diff)
downloadthoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.tar.gz
thoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.tar.bz2
thoughts-a9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6.zip
Added quotes stats page
Diffstat (limited to 'app/views/layouts/quotes.html.haml')
-rw-r--r--app/views/layouts/quotes.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 68607f6..f42eee0 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml
@@ -23,6 +23,7 @@
23 - if user_signed_in? 23 - if user_signed_in?
24 %li= link_to_unless_current "Submit", new_quote_url 24 %li= link_to_unless_current "Submit", new_quote_url
25 %li= link_to_unless_current "Tags", tags_quotes_url 25 %li= link_to_unless_current "Tags", tags_quotes_url
26 %li= link_to_unless_current "Stats", stats_quotes_url
26 %li= link_to_unless_current "Feed", latest_quotes_url(:atom) 27 %li= link_to_unless_current "Feed", latest_quotes_url(:atom)
27 .cleardiv 28 .cleardiv
28 #page-body 29 #page-body