Les liens sur les associations mènent sur leur page d'association
This commit is contained in:
parent
6fc368789e
commit
5ccb7be62b
@ -144,6 +144,7 @@ aside#lug-list
|
||||
ul
|
||||
text-align: left
|
||||
margin-left: 1em
|
||||
list-style-type: none
|
||||
li
|
||||
margin-left: 2em
|
||||
|
||||
|
@ -76,6 +76,7 @@
|
||||
= f.button formaction: :preview do
|
||||
%em.fa.fa-eye
|
||||
=t '.visualise'
|
||||
|
||||
= f.button do
|
||||
%em.fa.fa-check
|
||||
=t '.save'
|
||||
|
@ -16,7 +16,8 @@
|
||||
%ul
|
||||
- @event.related_region.lugs.order(department: :asc).each do |lug|
|
||||
%li
|
||||
= link_to lug.name, lug.url
|
||||
= image_tag lug.url+'/favicon.ico', alt: '', class: :favicon
|
||||
= link_to lug.name, lug
|
||||
(#{lug.department})
|
||||
|
||||
%h1=t '.actions'
|
||||
|
Loading…
Reference in New Issue
Block a user