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'