Skip to content
Extraits de code Groupes Projets
Valider 24e2543a rédigé par echarp's avatar echarp
Parcourir les fichiers

Tag links point to the proper page

parent 606c812d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
%em.fa.fa-tags %em.fa.fa-tags
%span.label= Event.human_attribute_name :tags %span.label= Event.human_attribute_name :tags
- @event.tags.each do |tag| - @event.tags.each do |tag|
= link_to tag, tag_path(tag), rel: :tag = link_to tag, tag_path(tag.name), rel: :tag
- if @event.repeat > 0 - if @event.repeat > 0
%h3 %h3
......
...@@ -110,7 +110,9 @@ ...@@ -110,7 +110,9 @@
%dt %dt
%em.fa.fa-tags %em.fa.fa-tags
= Event.human_attribute_name :tags = Event.human_attribute_name :tags
%dd= @orga.tag_list %dd
- @orga.tags.each do |tag|
= link_to tag, tag_path(tag.name), rel: :tag
%dt %dt
%em.fa.fa-heartbeat %em.fa.fa-heartbeat
= Orga.human_attribute_name :active = Orga.human_attribute_name :active
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter