File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed
lib/plausible_web/templates/layout Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments