about summary refs log tree commit diff stats
path: root/app/views/layouts
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 00:55:24 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 00:55:24 -0400
commit5dddde5dee7beecfb6824b208c4fb86c781a27f9 (patch)
treeca3c8f15020d889c8aeb4ebcb9ba102abee98923 /app/views/layouts
parent96813a5e508a54257ef03be613a704f1f71af53d (diff)
downloadthoughts-5dddde5dee7beecfb6824b208c4fb86c781a27f9.tar.gz
thoughts-5dddde5dee7beecfb6824b208c4fb86c781a27f9.tar.bz2
thoughts-5dddde5dee7beecfb6824b208c4fb86c781a27f9.zip
Added quote submission (and random)
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/quotes.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 6d89d91..5555248 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml
@@ -18,6 +18,9 @@
18 %li= link_to_unless_current "Home", quotes_url 18 %li= link_to_unless_current "Home", quotes_url
19 %li= link_to_unless_current "Latest", latest_quotes_url 19 %li= link_to_unless_current "Latest", latest_quotes_url
20 %li= link_to_unless_current "Top", top_quotes_url 20 %li= link_to_unless_current "Top", top_quotes_url
21 %li= link_to "Random", random_quotes_url
22 - if user_signed_in?
23 %li= link_to_unless_current "Submit", new_quote_url
21 %li= link_to_unless_current "Tags", tags_quotes_url 24 %li= link_to_unless_current "Tags", tags_quotes_url
22 %li= link_to_unless_current "Feed", latest_quotes_url(:atom) 25 %li= link_to_unless_current "Feed", latest_quotes_url(:atom)
23 .cleardiv 26 .cleardiv