remove duplicated home button on post show page [ci skip]
This commit is contained in:
parent
7f4af0359f
commit
92f72bdcbe
1 changed files with 1 additions and 8 deletions
|
|
@ -46,9 +46,6 @@
|
|||
<div id="post-info-container-sneaky">
|
||||
<a href="#" rel="invoke-interaction-pane" class="invoker">
|
||||
<img src="{{imageUrl "up-tick-inset.png"}}" class="info-tick"/>
|
||||
<a href="/" title="{{t "header.home"}}" class="home-button">
|
||||
<i class="icon-home icon-white"></i>
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -56,11 +53,7 @@
|
|||
<!-- this closes an open interaction pane -->
|
||||
<div id="close-reactions-pane">
|
||||
<div id="close-reactions-pane-container">
|
||||
<a href="#" rel="hide-interaction-pane" class="invoker">
|
||||
<a href="/" title="{{t "header.home"}}" class="home-button">
|
||||
<i class="icon-home icon-white"></i>
|
||||
</a>
|
||||
</a>
|
||||
<a href="#" rel="hide-interaction-pane" class="invoker"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue