Skip to content
Snippets Groups Projects
Commit 5dd2984b authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

fix subject name in search

parent f2cc081a
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
<div class="dropdown-element">
<% @subjects.each do |subject|%>
<label class="label-checkbox"><%= subject %><input value="<%= subject %>" name="filter-subject" type="checkbox"/></label><br>
<label class="label-checkbox"><%= subject.name %><input value="<%= subject.name %>" name="filter-subject" type="checkbox"/></label><br>
<% end %>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment