view static/tpl/footer.html @ 63:97efd73f2158

Changed RequireJS paths to make it usable with the optimizer.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 06 Feb 2013 23:48:34 -0800
parents 8250c977bc50
children b03f083c3a29
line wrap: on
line source

<div class="row meta">
    <div class="span12">
        {{#each url_extras}}
            <a href="{{url}}">{{name}}</a>
        {{/each}}
        <!-- TODO: last modified, etc. -->
    </div>
</div>