~yeliabmas/sloecode/wiki-file-creation

« back to all changes in this revision

Viewing changes to sloecode/templates/wiki/directory.html

  • Committer: Sam Bailey
  • Date: 2012-06-28 08:50:24 UTC
  • Revision ID: yeliabmas@gmail.com-20120628085024-m4xfdwppgr5m5lu2
Completed edit template, and added new child template for all text-based views

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
{% block content %}
10
10
<div style='float:left'>
11
 
        {% for crumb in file['breadcrumbs'] %}
 
11
        {% for crumb in fragments['breadcrumbs'] %}
12
12
      {% if loop.last %}
13
13
        <span class="crumb">{{ crumb.title }}</span>
14
14
      {% else %}
19
19
<div style='clear:both'/>
20
20
<div style='border:solid 1px'>
21
21
<table class="dir-listing">
22
 
{% for item in file['content'] %}
 
22
{% for item in fragments['content'] %}
23
23
<tr class="{{ loop.cycle('odd', 'even') }}">
24
24
  <td>
25
25
    <a href="{{ item.url }}" class="{{ item.css_class }}">{{ item.name }}</a>