diff options
author | friendica <info@friendica.com> | 2012-03-10 14:45:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-10 14:45:23 -0800 |
commit | 4f606ff633dc7abcf2c837876ac9cdd8aee3b47e (patch) | |
tree | dd2877ecc77d3ed3f128a20229782f9c2d639ae6 /view/theme/diabook/wallwall_item.tpl | |
parent | 20d1a16dbb8a406bdeef62e8ee6973082e8d026a (diff) | |
parent | c79cb57e1eccd8e9cfae09620eec608b1f830b52 (diff) | |
download | volse-hubzilla-4f606ff633dc7abcf2c837876ac9cdd8aee3b47e.tar.gz volse-hubzilla-4f606ff633dc7abcf2c837876ac9cdd8aee3b47e.tar.bz2 volse-hubzilla-4f606ff633dc7abcf2c837876ac9cdd8aee3b47e.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook/wallwall_item.tpl')
-rw-r--r-- | view/theme/diabook/wallwall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/wallwall_item.tpl b/view/theme/diabook/wallwall_item.tpl index 603a908c5..e02e5a8be 100644 --- a/view/theme/diabook/wallwall_item.tpl +++ b/view/theme/diabook/wallwall_item.tpl @@ -52,7 +52,7 @@ </div> <div class="wall-item-actions"> - <div class="wall-item-location">$item.location </div> + <div class="wall-item-actions-social"> @@ -88,7 +88,7 @@ <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"> |