From 8e0efd2f38c579af5cc3a8cfb67851950e6561cb Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 29 Oct 2025 11:54:47 -0500 Subject: [PATCH] Align left I thought I like these centered by they feel more like back links on the left (as they are elsewhere in BOXCAR) --- app/views/account/join_codes/edit.html.erb | 2 +- app/views/account/join_codes/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/account/join_codes/edit.html.erb b/app/views/account/join_codes/edit.html.erb index 5b434b3c6..827bfd3a7 100644 --- a/app/views/account/join_codes/edit.html.erb +++ b/app/views/account/join_codes/edit.html.erb @@ -2,7 +2,7 @@ <% content_for :header do %> <%= render "filters/menu" %> -
+
<%= link_to account_join_code_path, class: "btn borderless txt-medium", data: { controller: "hotkey", action: "keydown.esc@document->hotkey#click" } do %> Invite link <% end %> diff --git a/app/views/account/join_codes/show.html.erb b/app/views/account/join_codes/show.html.erb index c49aaf6b4..56fed396c 100644 --- a/app/views/account/join_codes/show.html.erb +++ b/app/views/account/join_codes/show.html.erb @@ -2,7 +2,7 @@ <% content_for :header do %> <%= render "filters/menu" %> -
+
<%= link_to account_settings_path, class: "btn borderless txt-medium", data: { controller: "hotkey", action: "keydown.esc@document->hotkey#click" } do %> Account Settings <% end %>