]> git.openstreetmap.org Git - osqa.git/commitdiff
Minor changes to remove unnecessary newlines and spaces from the HTML output in short...
authorrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 11 Apr 2010 17:10:57 +0000 (17:10 +0000)
committerrick <rick@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 11 Apr 2010 17:10:57 +0000 (17:10 +0000)
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@25 0cfe37f9-358a-4d5e-be75-b63607b5c754

forum/skins/default/templates/question_list/item.html
forum/skins/default/templates/users/info_small_lite.html

index 9b08cfc51910638b4c37024d5c18fec104357dca..ccaca9210be9fe58f70157263ddf3f053abc0dcb 100644 (file)
@@ -1,9 +1,4 @@
-{% load i18n %}\r
-{% load humanize %}\r
-{% load extra_filters %}\r
-{% load extra_tags %}\r
-{% load user_tags %}\r
-\r
+{% load i18n humanize extra_filters extra_tags user_tags %}\r
 <div class="short-summary">\r
     <div class="counts">\r
         <div class="votes">\r
     <h2><a title="{{question.summary}}" href="{{ question.get_absolute_url }}">{{question.title}}</a></h2>\r
     <div class="userinfo">\r
         <span class="relativetime" title="{{question.last_activity_at}}">{% diff_date question.last_activity_at %}</span>\r
-        {% if question.last_activity_by %}\r
-            {% user_signature_small_lite question.last_activity_by %}\r
-        {% endif %}\r
+        {% if question.last_activity_by %}{% user_signature_small_lite question.last_activity_by %}{% endif %}\r
     </div>\r
 \r
-    <div class="tags">\r
-        {% for tag in question.tagname_list %}\r
-        <a href="{% url tag_questions tag|urlencode %}" title="{% trans "see questions tagged" %} '{{ tag }}' {% trans "using tags" %}" rel="tag">{{ tag }}</a>\r
-        {% endfor %}\r
+    <div class="tags">{% for tag in question.tagname_list %}\r
+        <a href="{% url tag_questions tag|urlencode %}" title="{% trans "see questions tagged" %} '{{ tag }}' {% trans "using tags" %}" rel="tag">{{ tag }}</a>{% endfor %}\r
     </div>\r
 </div>
\ No newline at end of file
index f4921508ab7a06e970ed4d1aaa4edf6ca358a389..b54094c1c24775867ec07fc997f851d3b981e6be 100644 (file)
@@ -1,6 +1 @@
-{% load i18n %}\r
-\r
-{% spaceless %}\r
-    <a href="{{ url }}">{{ name }}</a>&nbsp;\r
-    <span class="score" title="{{ reputation }} {% trans "reputation" %}">{{ reputation }}</span>\r
-{% endspaceless %}
\ No newline at end of file
+{% load i18n %}<a href="{{ url }}">{{ name }}</a> <span class="score" title="{{ reputation }} {% trans "reputation" %}">{{ reputation }}</span>
\ No newline at end of file