aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2013-07-10 17:43:06 -0700
committerThomas Willingham <beardyunixer@beardyunixer.com>2013-07-10 17:43:06 -0700
commit93e0cb37b671f1a9667e99b2dad5a9634c616973 (patch)
tree959087bb8b827abaaae777dbc55d1203c65ddbd9 /view
parentdf23bc9ad4511c1faab2efcf9a3558d81a8c2058 (diff)
parenta4e1b4945a7becca5c0cea66edde286cb4080e41 (diff)
downloadvolse-hubzilla-93e0cb37b671f1a9667e99b2dad5a9634c616973.tar.gz
volse-hubzilla-93e0cb37b671f1a9667e99b2dad5a9634c616973.tar.bz2
volse-hubzilla-93e0cb37b671f1a9667e99b2dad5a9634c616973.zip
Merge pull request #74 from beardy-unixer/master
Couple of bugs
Diffstat (limited to 'view')
-rw-r--r--view/tpl/webpagelist.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl
index 8ae9a1da8..c05e2ebee 100644
--- a/view/tpl/webpagelist.tpl
+++ b/view/tpl/webpagelist.tpl
@@ -3,7 +3,7 @@
{{foreach $pages as $key => $items}}
<ul class="page-list">
{{foreach $items as $item}}
-<li><a href="editwebpage/{{$item.url}}">Edit</a> {{$item.title}}</li>
+<li><a href="editwebpage/{{$item.url}}">{{$editlink}}</a> {{$item.title}}</li>
{{/foreach}}
</ul>
<div class="clear"></div>