diff --git a/app/assets/stylesheets/events.css.sass b/app/assets/stylesheets/events.css.sass index 4b7e09a4..6b5e5b69 100644 --- a/app/assets/stylesheets/events.css.sass +++ b/app/assets/stylesheets/events.css.sass @@ -85,10 +85,10 @@ body.events.index table margin: 0 padding: 0 margin-top: 0.4em - &.national - border-bottom: solid 3px lightgray em.fa-li font-size: smaller + &.fa-globe + color: red em.fa-li:before margin-right: -1em diff --git a/app/views/events/index.html.haml b/app/views/events/index.html.haml index 2cb77ac8..6e246c71 100644 --- a/app/views/events/index.html.haml +++ b/app/views/events/index.html.haml @@ -42,8 +42,6 @@ %li.event(class="#{event.locality? ? 'national' : 'local'}" title="#{display_date(event)}") - if event.locality? %em.locality.fa.fa-li.fa-globe(title="#{Event.human_attribute_name :locality} #{t 'attributes.locality_1'}") - - else - %em.locality.fa.fa-li.fa-shield(title="#{Event.human_attribute_name :locality} #{t 'attributes.locality_0'}") = link_to event do %strong.city(title="#{event.full_address}")= event.city = event.title