From dd84df8d1864706d3d4f56956707febc0d5f8f99 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Cabeza Date: Mon, 5 Dec 2016 17:53:32 +0100 Subject: [PATCH] adds unordered list on geozone tags --- app/assets/stylesheets/participation.scss | 7 +++++++ app/views/shared/_geozone.html.erb | 8 +++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 11d4c97a1..c299d59cb 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -360,6 +360,13 @@ font-size: rem-calc(15); margin-bottom: rem-calc(15); } + + &.tags, &.geozone { + + li { + margin-bottom: 0; + } + } } .author-photo { diff --git a/app/views/shared/_geozone.html.erb b/app/views/shared/_geozone.html.erb index bdf5ce89a..36ce1ebea 100644 --- a/app/views/shared/_geozone.html.erb +++ b/app/views/shared/_geozone.html.erb @@ -1,3 +1,5 @@ - - <%= link_to geozone_name(geozonable), proposals_path(search: geozone_name(geozonable)) %> - +