Mercurial > wikked
diff static/tpl/special-changes.html @ 113:74eb145eb839
Fixed some problems with URLs in the front-end.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Nov 2013 08:36:02 -0800 |
parents | b03f083c3a29 |
children | 6c261cb94631 |
line wrap: on
line diff
--- a/static/tpl/special-changes.html Sat Nov 16 08:35:08 2013 -0800 +++ b/static/tpl/special-changes.html Sat Nov 16 08:36:02 2013 -0800 @@ -27,7 +27,7 @@ <ul class="unstyled"> {{#each changes}} <li> - <a href="/#/read/{{url}}">{{url}}</a> + <a href="{{get_read_url url}}">{{url}}</a> {{#if is_edit}}(edit) {{/if}} {{#if is_add}}(added) {{/if}} {{#if is_delete}}(deleted) {{/if}}