Skip to content

Commit c2c8dec

Browse files
committed
Mix format
1 parent 87b2e2f commit c2c8dec

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

lib/plausible_web/templates/layout/_header.html.heex

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,35 @@
7676
<.dropdown_item href={Routes.settings_path(@conn, :index)}>
7777
Account Settings
7878
</.dropdown_item>
79-
<.dropdown_item class="!flex justify-between gap-x-12" new_tab href="https://plausible.io/docs">
79+
<.dropdown_item
80+
class="!flex justify-between gap-x-12"
81+
new_tab
82+
href="https://plausible.io/docs"
83+
>
8084
Help Center
8185
</.dropdown_item>
82-
<.dropdown_item :if={ee?()} class="!flex justify-between gap-x-12" new_tab href="https://plausible.io/contact">
86+
<.dropdown_item
87+
:if={ee?()}
88+
class="!flex justify-between gap-x-12"
89+
new_tab
90+
href="https://plausible.io/contact"
91+
>
8392
Contact Support
8493
</.dropdown_item>
85-
<.dropdown_item :if={ee?()} class="!flex justify-between gap-x-12" new_tab href={feedback_link(@conn.assigns[:current_user])}>
94+
<.dropdown_item
95+
:if={ee?()}
96+
class="!flex justify-between gap-x-12"
97+
new_tab
98+
href={feedback_link(@conn.assigns[:current_user])}
99+
>
86100
Feature Requests
87101
</.dropdown_item>
88-
<.dropdown_item :if={ce?()} class="!flex justify-between gap-x-12" new_tab href="https://github.com/plausible/analytics">
102+
<.dropdown_item
103+
:if={ce?()}
104+
class="!flex justify-between gap-x-12"
105+
new_tab
106+
href="https://github.com/plausible/analytics"
107+
>
89108
Github Repo
90109
</.dropdown_item>
91110
<.dropdown_divider />

0 commit comments

Comments
 (0)