comparison templates/snippet/snippet_details.djhtml @ 175:1be4e1229711

Show number of views on snippet details page
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 15:40:29 -0400
parents c7be7def8b57
children 683d41e124b7
comparison
equal deleted inserted replaced
174:e40d79359d07 175:1be4e1229711
69 </a> 69 </a>
70 {% else %} 70 {% else %}
71 anonymous 71 anonymous
72 {% endif %} 72 {% endif %}
73 &mdash; 73 &mdash;
74 Language: {{language}} 74 Language: {{ language }}
75 &mdash;
76 Number of views: {{ snippet.num_views }}
75 </div> 77 </div>
76 </div><!-- closes .snippet-options --> 78 </div><!-- closes .snippet-options -->
77 <br /> 79 <br />
78 80
79 {% include "snippet/snippet_box.djhtml" with lines=snippet.content_splitted %} 81 {% include "snippet/snippet_box.djhtml" with lines=snippet.content_splitted %}