mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
add galleries link to navigation
This commit is contained in:
parent
953762fbf2
commit
27e4fe5841
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ header.header
|
|||
a.header__link href='/search?q=my:upvotes'
|
||||
i.fa.fa-fw.fa-arrow-up>
|
||||
| Upvotes
|
||||
a.header__link href=Routes.gallery_path(@conn, :index, gallery: [creator: @current_user.name])
|
||||
i.fa.fa-fw.fa-image>
|
||||
| Galleries
|
||||
a.header__link href='/search?q=my:uploads'
|
||||
i.fa.fa-fw.fa-upload>
|
||||
| Uploads
|
||||
|
|
Loading…
Reference in a new issue