mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
quotes
This commit is contained in:
parent
f664be4f85
commit
3922e31c12
2 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@ header.header
|
|||
.flex.flex--centered.flex--start-bunched.flex--maybe-wrap
|
||||
.flex.flex--centered
|
||||
#js-burger-toggle.hide-desktop
|
||||
a.header__link href='#'
|
||||
a.header__link href="#"
|
||||
i.fa.fa-bars
|
||||
a.header__link href='/'
|
||||
a.header__link href="/"
|
||||
i.fa.fw.favicon-home
|
||||
span.fa__text.hide-limited-desktop.hide-mobile
|
||||
' Derpibooru
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
a.header__link href=Routes.forum_path(@conn, :show, forum)
|
||||
= forum.name
|
||||
|
||||
a.header__link href='/posts'
|
||||
a.header__link href="/posts"
|
||||
i.fa.fa-fw.fa-search>
|
||||
| Post Search
|
||||
a.header__link href="/tags"
|
||||
|
@ -35,7 +35,7 @@
|
|||
span.header__counter
|
||||
= @conn.assigns.live_channels
|
||||
|
||||
a.header__link href='/galleries'
|
||||
a.header__link href="/galleries"
|
||||
| Galleries
|
||||
a.header__link href='/commissions'
|
||||
a.header__link href="/commissions"
|
||||
| Commissions
|
||||
|
|
Loading…
Reference in a new issue