Ajout rel="tag" sur les tags des événements
This commit is contained in:
parent
f535697dd7
commit
a8192ba5d6
@ -82,4 +82,4 @@
|
|||||||
%p.tags
|
%p.tags
|
||||||
%span.label= Event.human_attribute_name :tags
|
%span.label= Event.human_attribute_name :tags
|
||||||
- @event.tags.split.each do |tag|
|
- @event.tags.split.each do |tag|
|
||||||
= link_to tag, tag_path(tag)
|
= link_to tag, tag_path(tag), rel: :tag
|
||||||
|
Loading…
Reference in New Issue
Block a user