tabletop-companion/app/views/users/show.html.erb

8 lines
195 B
Plaintext

<%= content_for :title, @user.username %>
<h2><%= @user.username %></h2>
<% if @user == Current.user && @table_invites.any? %>
<%= link_to t(".your_invites"), table_invites_path %>
<% end %>