Skip to content

Commit

Permalink
Merge 7818d39 into a59318a
Browse files Browse the repository at this point in the history
  • Loading branch information
qureshi-ali committed Nov 24, 2023
2 parents a59318a + 7818d39 commit 1c60fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/sign_up_sheet/_table_header.html.erb
@@ -1,3 +1,4 @@
<th width="5%"><%=t ".checkbox"%></th>
<th width="5%"><%=t ".topic_id"%></th>
<% if @assignment.vary_by_topic? %>
<th width="25%"><%=t ".topic_name"%></th>
Expand Down
3 changes: 2 additions & 1 deletion app/views/sign_up_sheet/_table_line.html.erb
Expand Up @@ -35,6 +35,7 @@
</script>

<input name="hidden_topic_id" type="hidden" value=<%=topic.id %> >
<td><input type="checkbox" class="topic-checkbox" name="selected_topics[]" value="<%= topic.id %>"></td>

<td id='topic_id'><%= topic.topic_identifier %></td>
<td><%= render :partial => '/sign_up_sheet/topic_names', :locals => {:i => i, :topic=>topic} %></td>
Expand Down Expand Up @@ -96,4 +97,4 @@
<%= link_to image_tag('ad_horn.png', :border => 0, :title => 'Ad', :align => 'middle', :style => 'width: 24px; height:24px'), :controller=>'sign_up_sheet', :action=> 'show_team', :assignment_id=>@assignment.id, :id=>topic.id%>
</td>
<% end %>
<% end %>
<% end %>

0 comments on commit 1c60fe8

Please sign in to comment.