From c1ac9d981e4f7dc4cc068346557f2ecf1270b7a5 Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Mon, 26 Jan 2026 22:46:42 +0100 Subject: [PATCH] Format --- app/views/account/join_codes/show.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/account/join_codes/show.html.erb b/app/views/account/join_codes/show.html.erb index ce7d479a2..aa7ed7d87 100644 --- a/app/views/account/join_codes/show.html.erb +++ b/app/views/account/join_codes/show.html.erb @@ -40,7 +40,9 @@ <% end %> -

Scan this code to join <%= Current.account.name %>:

+

+ Scan this code to join <%= Current.account.name %>: +

<%= qr_code_image(url) %>