Ajout rel="tag" sur les tags des événements

This commit is contained in:
echarp 2014-11-08 15:47:56 +01:00
parent f535697dd7
commit a8192ba5d6
1 changed files with 1 additions and 1 deletions

View File

@ -82,4 +82,4 @@
%p.tags
%span.label= Event.human_attribute_name :tags
- @event.tags.split.each do |tag|
= link_to tag, tag_path(tag)
= link_to tag, tag_path(tag), rel: :tag