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 %>