commenting out other unused html from note_detail
authorSeth Woodworth <seth@sethish.com>
Thu, 10 Jan 2013 21:07:52 +0000 (16:07 -0500)
committerSeth Woodworth <seth@sethish.com>
Thu, 10 Jan 2013 21:07:52 +0000 (16:07 -0500)
karmaworld/templates/notes/note_detail.html

index 46507b3a73c56b75d4d0d0e37ee489f6ab279af8..ba5a3e7d01a9d032cc35a9365eae6012e4ac63ea 100644 (file)
@@ -49,6 +49,8 @@
         </div><!-- /note_name -->
       </div>
 
+      {% comment %}
+      <!-- disabiling viewCount and liked count -->
       <div class="row">
         <div id="note_status" class="twelve columns">
           <div class="activity_details_status">
           </div><!-- /activity_details_status -->
         </div><!-- /note_status -->
       </div>
+      {% endcomment %}
 
+
+
+      {% comment %}
+      <!-- uploaded by style -->
       <div class="row">
         <div id="note_author" class="twelve columns">
           uploaded by
@@ -68,6 +75,7 @@
         </div><!-- /note_author -->
       </div>
 
+      <!-- vote html -->
       <div class="row">
         <div id="note_actions" class="three columns centered">
           {% if not owns_file %}
               </span>
              this file
             </div>
-            {% comment %}
             <!-- disabling downloads for now -->
             <div class="four column">
               <img src="/static/img/note_download.png" alt="note_download" width="51" height="36" />
             </div>
-            {% endcomment %}
           </div>
           {% endif %} <!-- not owns_file -->
         </div><!-- /note_actions -->
       </div>
+      {% endcomment %}
     </div><!-- /note_header -->