philomena/lib/philomena_web/templates/layout/_header_navigation.html.slime

58 lines
1.5 KiB
Text
Raw Normal View History

2023-11-23 17:07:49 +01:00
.flex.flex--row.hidden--mobile
2019-11-30 06:40:37 +01:00
.dropdown.header__dropdown
a.header__link href="/images"
2023-11-23 17:07:49 +01:00
i.fa.fa-image
2019-11-30 06:40:37 +01:00
| Images
span data-click-preventdefault="true"
i.fa.fa-caret-down<
.dropdown__content
2023-11-23 17:07:49 +01:00
a href="/images/random"
.dropdown__item
.dropdown__icon
i.fa.fa-fw.fa-random
.dropdown__text Random
2019-08-18 02:43:44 +02:00
.dropdown.header__dropdown
a.header__link href="/activity"
2023-11-23 17:07:49 +01:00
i.fa.fa-bullhorn
2019-08-18 02:43:44 +02:00
| Activity
span data-click-preventdefault="true"
i.fa.fa-caret-down<
.dropdown__content
2023-11-23 17:07:49 +01:00
a href="/comments"
.dropdown__item
.dropdown__icon
i.fa.fa-fw.fa-comments
.dropdown__text Comments
2019-08-18 02:43:44 +02:00
.dropdown.header__dropdown
a.header__link href="/forums"
2023-11-23 17:07:49 +01:00
i.fa.fa-comments
2019-08-18 02:43:44 +02:00
| Forums
span data-click-preventdefault="true"
i.fa.fa-caret-down<
.dropdown__content
2019-11-28 03:57:25 +01:00
= for forum <- @conn.assigns.forums do
2023-11-23 17:07:49 +01:00
a.dropdown__link href=Routes.forum_path(@conn, :show, forum)
2019-11-28 03:57:25 +01:00
= forum.name
2023-11-23 17:07:49 +01:00
hr.dropdown__separator
a href="/posts"
.dropdown__item
.dropdown__icon
i.fa.fa-fw.fa-search
.dropdown__text Post Search
2019-11-12 02:47:21 +01:00
a.header__link href="/tags"
2023-11-23 17:07:49 +01:00
i.fa.fa-tag
2019-11-12 02:47:21 +01:00
| Tags
2019-11-30 07:30:45 +01:00
a.header__link href="/channels"
2023-11-23 17:07:49 +01:00
i.fa.fa-stream
2019-11-30 07:30:45 +01:00
' Live
span.header__counter
= @conn.assigns.live_channels
2020-02-06 23:32:35 +01:00
a.header__link href="/galleries"
2023-11-23 17:07:49 +01:00
i.fa.fa-images
2019-08-18 02:43:44 +02:00
| Galleries
2020-02-06 23:32:35 +01:00
a.header__link href="/commissions"
2023-11-23 17:07:49 +01:00
i.fa.fa-briefcase
2019-08-18 02:43:44 +02:00
| Commissions