Skip to content

Commit

Permalink
use bookmark var directly instead of instance variable
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbenavid committed Oct 26, 2022
1 parent 689f963 commit 7d81153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/signup_sheet/_table_header.html.erb
Expand Up @@ -18,7 +18,7 @@
<th width="5%"><%=t ".num_bids"%></th>
<th width="5%"><%=t ".num_1_2_bids"%></th>
<% end %>
<% if @use_bookmark %>
<% if @assignment.use_bookmark %>
<th width="10%"> <%=t ".bookmarks"%>
<% end %>
<% if @assignment.current_stage_name(@topic_id) != 'Finished' %>
Expand Down

0 comments on commit 7d81153

Please sign in to comment.