diff options
author | Michael Vogel <icarus@dabo.de> | 2012-03-10 00:15:27 +0100 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-03-10 00:15:27 +0100 |
commit | cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6 (patch) | |
tree | 90baafb6c885a891dd05e15f5ac65d95f00e58e9 /view/theme/diabook/wallwall_item.tpl | |
parent | 11c29e0cba4f521c5f37d963109c4807af8bccae (diff) | |
download | volse-hubzilla-cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6.tar.gz volse-hubzilla-cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6.tar.bz2 volse-hubzilla-cb1ecf2c5ad649eb372db9eb3bd1da756f207fb6.zip |
diabook: Moving the location between the icons
Diffstat (limited to 'view/theme/diabook/wallwall_item.tpl')
-rw-r--r-- | view/theme/diabook/wallwall_item.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl index 603a908c5..3b103745b 100644 --- a/view/theme/diabook/wallwall_item.tpl +++ b/view/theme/diabook/wallwall_item.tpl @@ -52,7 +52,6 @@ </div> <div class="wall-item-actions"> - <div class="wall-item-location">$item.location </div> <div class="wall-item-actions-social"> @@ -88,7 +87,8 @@ <a class="icon pencil" href="$item.edpost.0" title="$item.edpost.1"></a> {{ endif }} </div> - + <div class="wall-item-location">$item.location </div> + </div> </div> <div class="wall-item-bottom"> @@ -100,4 +100,4 @@ <div class="wall-item-comment-wrapper" > $item.comment -</div>
\ No newline at end of file +</div> |