Skip to content

Commit

Permalink
Set font size
Browse files Browse the repository at this point in the history
  • Loading branch information
dngst committed May 30, 2024
1 parent 8c2666a commit b27b4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/requests/_request.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<%= image_tag "bx-user.svg", alt: "User", class: "w-5 mr-1", draggable: false %>
<% end %>
<% if request.user == current_user %>
You
<p class="text-sm">You</p>
<% else %>
<%= link_to user_path(request.user) do %>
<%= content_tag :p, request.user.name, class: "text-sm" %>
Expand Down

0 comments on commit b27b4cf

Please sign in to comment.