diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-05 14:48:00 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-05 14:48:00 -0500 |
| commit | 782df588c95e2c998081ca5bb65d2302bb5ba155 (patch) | |
| tree | 9203cee1de04de30fbb55ff16888577eaef93949 /app | |
| parent | 28bf0a800ef6a2fb8579a4e74915d12143b54797 (diff) | |
| download | thoughts-782df588c95e2c998081ca5bb65d2302bb5ba155.tar.gz thoughts-782df588c95e2c998081ca5bb65d2302bb5ba155.tar.bz2 thoughts-782df588c95e2c998081ca5bb65d2302bb5ba155.zip | |
Added link to quotes search form
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/quotes.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/views/layouts/quotes.html.haml b/app/views/layouts/quotes.html.haml index 4a7681e..4b21000 100644 --- a/app/views/layouts/quotes.html.haml +++ b/app/views/layouts/quotes.html.haml | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | - if user_signed_in? | 25 | - if user_signed_in? |
| 26 | %li= link_to_unless_current "Submit", new_quote_url | 26 | %li= link_to_unless_current "Submit", new_quote_url |
| 27 | %li= link_to_unless_current "Tags", tags_quotes_url | 27 | %li= link_to_unless_current "Tags", tags_quotes_url |
| 28 | %li= link_to_unless_current "Search", search_form_quotes_url | ||
| 28 | %li= link_to_unless_current "Stats", stats_quotes_url | 29 | %li= link_to_unless_current "Stats", stats_quotes_url |
| 29 | %li= link_to_unless_current "Feed", latest_quotes_url(:atom) | 30 | %li= link_to_unless_current "Feed", latest_quotes_url(:atom) |
| 30 | - if user_signed_in? | 31 | - if user_signed_in? |
