Changeset 442:6e6239636504
- Timestamp:
- Apr 24, 2012 7:20:34 PM (13 months ago)
- Branch:
- t220_bootstrap
- Location:
- djangobb_forum/templates/djangobb_forum
- Files:
-
- 2 edited
-
forum.html (modified) (1 diff)
-
topic.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
djangobb_forum/templates/djangobb_forum/forum.html
r411 r442 24 24 <div class="box"> 25 25 <div class="inbox"> 26 <table c ellspacing="0">26 <table class="table table-striped"> 27 27 <thead> 28 28 <tr> -
djangobb_forum/templates/djangobb_forum/topic.html
r427 r442 13 13 <p class="postlink conr"><a href="{% url djangobb:add_post topic.id %}">{% trans "Reply" %}</a></p> 14 14 {% endif %} 15 <ul >15 <ul class="breadcrumb"> 16 16 <li> 17 <a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li> » {% link topic.forum %} </li><li>»{{ topic.name }}18 <a href="{% url djangobb:forum_topic_feed topic.id %}"><img src="{{ STATIC_URL }}djangobb_forum/img/feed-icon-small.png" alt="[RSS Feed]" title="[RSS Feed]" class=" breadcrumb_rss" /></a>17 <a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li><span class="divider">»</span>{% link topic.forum %} </li><li><span class="divider">»</span>{{ topic.name }} 18 <a href="{% url djangobb:forum_topic_feed topic.id %}"><img src="{{ STATIC_URL }}djangobb_forum/img/feed-icon-small.png" alt="[RSS Feed]" title="[RSS Feed]" class="pull-right" /></a> 19 19 </li> 20 20 </ul> … … 141 141 <div class="pagelink conl">{% paginate %}</div> 142 142 <p class="postlink conr"><a href="{% url djangobb:add_post topic.id %}">{% trans "Reply" %}</a></p> 143 <ul ><li><a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li>» {% link topic.forum %} </li><li>»{{ topic }}143 <ul class="breadcrumb"><li><a href="{% url djangobb:index %}">{% trans "Root" %} </a></li><li><span class="divider">»</span>{% link topic.forum %} </li><li><span class="divider">»</span>{{ topic }} 144 144 <a href="{% url djangobb:forum_topic_feed topic.id %}"><img src="{{ STATIC_URL }}djangobb_forum/img/feed-icon-small.png" alt="[RSS Feed]" title="[RSS Feed]" class="breadcrumb_rss" /></a> 145 145 </li></ul>
Note: See TracChangeset
for help on using the changeset viewer.
