From f2502fb63d4c7dfcfa8cdb9808b97801a7dda8fc Mon Sep 17 00:00:00 2001 From: Guillermo Martin Correa <164687739+gmartincor@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:28:19 +0000 Subject: [PATCH] Add tranfer time text --- app/views/users/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index f938920c..b84f87a7 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -5,7 +5,7 @@
  • <%= link_to edit_user_path(@user) do %> <%= glyph :pencil, t('global.edit') %> - + <%= t "global.edit" %> <% end %>
  • <% end %> @@ -13,7 +13,7 @@
  • <%= link_to new_transfer_path(id: @user.id, destination_account_id: @member.account.id) do %> <%= glyph :time, t('global.give_time') %> - + <%= t "global.give_time" %> <% end %>
  • <% end %>