mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +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'
|
a.header__link href='/search?q=my:upvotes'
|
||||||
i.fa.fa-fw.fa-arrow-up>
|
i.fa.fa-fw.fa-arrow-up>
|
||||||
| Upvotes
|
| 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'
|
a.header__link href='/search?q=my:uploads'
|
||||||
i.fa.fa-fw.fa-upload>
|
i.fa.fa-fw.fa-upload>
|
||||||
| Uploads
|
| Uploads
|
||||||
|
|
Loading…
Reference in a new issue