From 1c1dfcb66b25c5dd387dfc7ff83e7b43146ae481 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 20 Nov 2016 18:38:15 +0100 Subject: Improve share links --- templates/chimere/blocks/share_bar.html | 17 +++++++++++++++-- templates/chimere/detail.html | 4 ++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/templates/chimere/blocks/share_bar.html b/templates/chimere/blocks/share_bar.html index b5a24e8..39caf59 100644 --- a/templates/chimere/blocks/share_bar.html +++ b/templates/chimere/blocks/share_bar.html @@ -5,15 +5,28 @@ {% endfor %}{%else%} {% endif %} diff --git a/templates/chimere/detail.html b/templates/chimere/detail.html index e9105f5..fccbc05 100644 --- a/templates/chimere/detail.html +++ b/templates/chimere/detail.html @@ -39,9 +39,9 @@
  • {% trans "Propose a modification" %}
  • - {% share_bar marker.name %} + {% share_bar marker.name '' '' %} {% comment %} - + {% trans "Submit a modification" %} {% endcomment %} -- cgit v1.2.3