From aa6deb97901a9ba1a2309e664a0324f5766680a0 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 20 Sep 2012 19:46:52 -0400 Subject: [PATCH] Probably not a good idea to have a 'Tweet this' button on private snipts. --- snipts/templates/snipts/snipt-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snipts/templates/snipts/snipt-list.html b/snipts/templates/snipts/snipt-list.html index f63a96b..6c61a7b 100644 --- a/snipts/templates/snipts/snipt-list.html +++ b/snipts/templates/snipts/snipt-list.html @@ -122,7 +122,7 @@
  • {{ snipt.created|naturaltime }}
  • {% endif %}
  • - {% if detail %} + {% if detail and snipt.public %}