add: user links and location
This commit is contained in:
parent
5fafc8d7b9
commit
140a11ff72
18 changed files with 442 additions and 222 deletions
|
@ -147,7 +147,7 @@
|
|||
(button
|
||||
(icon (text "check"))
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}"))))))
|
||||
(str (text "general:action.save")))))))
|
||||
(div
|
||||
("class" "card_nest")
|
||||
("ui_ident" "danger_zone")
|
||||
|
@ -170,7 +170,7 @@
|
|||
("onclick" "save_context()")
|
||||
(icon (text "check"))
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}")))
|
||||
(str (text "general:action.save"))))
|
||||
(a
|
||||
("href" "/community/{{ community.title }}")
|
||||
("class" "button secondary")
|
||||
|
@ -273,7 +273,7 @@
|
|||
("onclick" "update_user_role(document.getElementById('uid').value, document.getElementById('role').value)")
|
||||
(icon (text "check"))
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}"))))
|
||||
(str (text "general:action.save")))))
|
||||
(div
|
||||
("class" "card flex flex_col gap_2")
|
||||
("id" "permission_builder"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue