Skip to content

Commit

Permalink
Fix tag links in /user/:id pages
Browse files Browse the repository at this point in the history
  • Loading branch information
eisuke committed Nov 17, 2016
1 parent b2f6156 commit db7edbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/kuroko2/job_definitions/_list.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
td= labeled_status(definition.job_instances.take)
td
- definition.tags.each do |tag|
=link_to tag.name, root_path('tag': [tag.name]), class: 'label label-default spacer-right-3'
=link_to tag.name, { 'tag': [tag.name] }, class: 'label label-default spacer-right-3'
= first_line(definition.description)
td
= link_to definition, class: 'btn btn-sm btn-default' do
Expand Down

0 comments on commit db7edbf

Please sign in to comment.