add: user links and location
This commit is contained in:
parent
5fafc8d7b9
commit
140a11ff72
18 changed files with 442 additions and 222 deletions
|
@ -354,7 +354,7 @@
|
|||
(str (text "forge:tab.tickets"))))
|
||||
(text "{%- endmacro %}")
|
||||
|
||||
(text "{% macro profile_settings_nav_options() -%}")
|
||||
(text "{% macro user_settings_nav_options() -%}")
|
||||
(a
|
||||
("data-tab-button" "account")
|
||||
("class" "active")
|
||||
|
@ -368,6 +368,12 @@
|
|||
(text "{{ icon \"user-round\" }}")
|
||||
(span
|
||||
(text "{{ text \"settings:tab.profile\" }}")))
|
||||
(a
|
||||
("data-tab-button" "experience")
|
||||
("href" "#/experience")
|
||||
(text "{{ icon \"settings-2\" }}")
|
||||
(span
|
||||
(text "{{ text \"settings:tab.experience\" }}")))
|
||||
(a
|
||||
("data-tab-button" "theme")
|
||||
("href" "#/theme")
|
||||
|
@ -393,4 +399,10 @@
|
|||
(text "{{ icon \"book-user\" }}")
|
||||
(span
|
||||
(text "{{ text \"settings:tab.close_friends\" }}")))
|
||||
(a
|
||||
("data-tab-button" "presets")
|
||||
("href" "#/presets")
|
||||
(icon (text "cooking-pot"))
|
||||
(span
|
||||
(str (text "settings:tab.presets"))))
|
||||
(text "{%- endmacro %}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue