You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/26 22:02:48 UTC

[14/22] git commit: [#2835] ticket:288 Get rid of placeholders

[#2835] ticket:288 Get rid of placeholders


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/978b2410
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/978b2410
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/978b2410

Branch: refs/heads/master
Commit: 978b241023327b2d67b2c3343ee1494ff8283cbe
Parents: cd839bb
Author: Igor Bondarenko <je...@gmail.com>
Authored: Fri Mar 8 11:30:51 2013 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Tue Mar 26 20:57:37 2013 +0000

----------------------------------------------------------------------
 .../allura/templates/widgets/search_results.html   |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/978b2410/Allura/allura/templates/widgets/search_results.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/widgets/search_results.html b/Allura/allura/templates/widgets/search_results.html
index 4cfc891..997b5ec 100644
--- a/Allura/allura/templates/widgets/search_results.html
+++ b/Allura/allura/templates/widgets/search_results.html
@@ -43,8 +43,6 @@
     {% if doc['type_s'] %}<span class="gray"><sup>{{ '(%s)' % doc['type_s'] }}</sup></span>{% endif %}
     <br>
     {{ doc.snippet }}
-    TODO: change me to something useful! Mark <strong>matches</strong>.<br/>
-    an open source implementation of a software "forge", <strong>a web site</strong> that manages source code repositories, bug reports, discussions, mailing lists, wiki pages, blogs and more for any number of individual proje<br>
     <span class="gray">Last updated: {{ h.ago_string(doc['mod_date_dt']) }}</span>
     </p>
   </div>
@@ -55,5 +53,5 @@
 </div>
 <div class="grid-19" style="clear:both">
   {# TODO: highlight active sorting order #}
-  <p>Sort by <a href="#"><strong>relevance</strong></a> or <a href="#">date</a></p>
+  {# <p>Sort by <a href="#"><strong>relevance</strong></a> or <a href="#">date</a></p> #}
 </div>