diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-10 12:25:38 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-10 12:25:38 +0100 |
commit | 0a8e5ee78fb231606a0b43f6688aca47e941d91c (patch) | |
tree | 6ca9f83c9706430d72224c928feeb41d5ef55d23 /hyperkitty/templates/threads/right_col.html | |
parent | c29c544ad61059f2360845b48f4f44b76687d153 (diff) | |
download | hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.tar.gz hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.tar.xz hyperkitty-0a8e5ee78fb231606a0b43f6688aca47e941d91c.zip |
Non-code changes (license texts, indentation, etc.)
Diffstat (limited to 'hyperkitty/templates/threads/right_col.html')
-rw-r--r-- | hyperkitty/templates/threads/right_col.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html index 33ed790..7fa1743 100644 --- a/hyperkitty/templates/threads/right_col.html +++ b/hyperkitty/templates/threads/right_col.html @@ -22,11 +22,11 @@ old </div> </div> - {% if use_mockups %} + {% if use_mockups %} <p id="add_to_fav"> <a href="#AddFav" class="notsaved">Add to favorite discussions</a> </p> - {% endif %} + {% endif %} <!-- End dates --> <hr id="grey"/> <div id="tags"> @@ -52,4 +52,4 @@ </div> </section> - +{# vim: set noet: #} |