From 5ccb7be62b260a31ab748bee767d8c0e862a742a Mon Sep 17 00:00:00 2001 From: echarp Date: Wed, 15 Oct 2014 01:09:42 +0200 Subject: [PATCH] =?UTF-8?q?Les=20liens=20sur=20les=20associations=20m?= =?UTF-8?q?=C3=A8nent=20sur=20leur=20page=20d'association?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/events.css.sass | 1 + app/views/events/_form.html.haml | 1 + app/views/events/show.html.haml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/events.css.sass b/app/assets/stylesheets/events.css.sass index 6b5e5b69..e96e96e4 100644 --- a/app/assets/stylesheets/events.css.sass +++ b/app/assets/stylesheets/events.css.sass @@ -144,6 +144,7 @@ aside#lug-list ul text-align: left margin-left: 1em + list-style-type: none li margin-left: 2em diff --git a/app/views/events/_form.html.haml b/app/views/events/_form.html.haml index bd187c4f..4f8ea8cd 100644 --- a/app/views/events/_form.html.haml +++ b/app/views/events/_form.html.haml @@ -76,6 +76,7 @@ = f.button formaction: :preview do %em.fa.fa-eye =t '.visualise' + = f.button do %em.fa.fa-check =t '.save' diff --git a/app/views/events/show.html.haml b/app/views/events/show.html.haml index 0a2c2485..699a2288 100644 --- a/app/views/events/show.html.haml +++ b/app/views/events/show.html.haml @@ -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'