~yeliabmas/sloecode/sloecode-template

« back to all changes in this revision

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

  • Committer: Sam Bailey
  • Date: 2012-10-28 10:42:57 UTC
  • Revision ID: yeliabmas@gmail.com-20121028104257-5lmu05bx7ap08vxs
Added help button on wiki edit page toolbar. Also removed rogue </div> which was causing trouble.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
          </li>
12
12
        {% endfor %}
13
13
    </ul>
14
 
    </div>
15
14
    <ul class='wiki_action_button_wrapper'>
16
15
        <li>{{ h.link_to("Edit", fragments['edit_url'], class="wiki_action_button") }}</li>
17
16
        <li>{{ h.link_to("Browse Wiki Contents", fragments['listing_url'], class="wiki_action_button") }}</li>