Skip to content

Commit c6f4fc9

Browse files
sauloperezenricostano
authored andcommitted
Do not show any string next to clock on offers.
Due to a bug passing the string argument to #link_to, said string didn't show up in the page. The way is written now, it shows, so we need to hide it to be consistent.
1 parent 7d95fbe commit c6f4fc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/views/users/show.html.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
<% if @user != current_user %>
9797
<%= link_to give_time_user_path(@user, offer: post.id) do %>
9898
<%= glyph :time %>
99-
<%= t "global.give_time" %>
10099
<% end %>
101100
<% end %>
102101
</div>

0 commit comments

Comments
 (0)