Mercurial > wikked
view static/tpl/inlinks-page.html @ 89:b03f083c3a29
Lots of HTML/JS/Less changes:
- more semantic and simple markup, no useless grid.
- simpler colour schemes (TODO: colours are ugly, tune them).
- better error handling in Backbone views.
- fixed some view bugs.
- changed new/modified page alert to a ribbon with tooltip.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 06 Apr 2013 18:07:31 -0700 |
parents | 8250c977bc50 |
children | 74eb145eb839 |
line wrap: on
line source
<article> <header> <h1>{{meta.title}} <span class="decorator">Incoming Links</span></h1> </header> <section> <p>The following pages link to <a href="{{url_read}}">{{meta.title}}</a>:</p> <ul> {{#each in_links}} <li> {{#if missing}} <a class="wiki-link missing" href="/#/edit/{{url}}">{{url}}</a> {{else}} <a class="wiki-link" href="/#/read/{{url}}">{{title}}</a> {{/if}} </li> {{/each}} </ul> </section> </article>