diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 17:20:22 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-24 17:20:22 +0200 |
| commit | 5f26394947d1150e2656bb22c5858ae5edcdcac7 (patch) | |
| tree | 2aca70e25cfc9809cde0efdfad52854cdc7381e8 /app/views/admin/index.html.erb | |
| parent | dcb576618b868b888a5b1b31e35491f300ce4050 (diff) | |
Polish the OTP flows: autocomplete tokens, button dialect, QR sizing, my-account link
Diffstat (limited to 'app/views/admin/index.html.erb')
| -rw-r--r-- | app/views/admin/index.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index 319530db..4d67dd77 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb | |||
| @@ -53,6 +53,9 @@ | |||
| 53 | <div id="dashboard_housekeeping"> | 53 | <div id="dashboard_housekeeping"> |
| 54 | <h3>Housekeeping</h3> | 54 | <h3>Housekeeping</h3> |
| 55 | <div class="button_row"> | 55 | <div class="button_row"> |
| 56 | <%= link_to edit_user_path(current_user), class: "action_button" do %> | ||
| 57 | <%= icon("user-cog", library: "tabler", "aria-hidden": true) %> My account | ||
| 58 | <% end %> | ||
| 56 | <%= link_to nodes_path, class: "action_button" do %> | 59 | <%= link_to nodes_path, class: "action_button" do %> |
| 57 | <%= icon("list", library: "tabler", "aria-hidden": true) %> Nodes | 60 | <%= icon("list", library: "tabler", "aria-hidden": true) %> Nodes |
| 58 | <% end %> | 61 | <% end %> |
