attach handlers to a instead of img (rel #2950)
This commit is contained in:
parent
931dd2621b
commit
0dcb0f6446
1 changed files with 6 additions and 6 deletions
|
|
@ -3,15 +3,15 @@
|
||||||
{{#if current_user}}
|
{{#if current_user}}
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
{{#unless authorIsCurrentUser}}
|
{{#unless authorIsCurrentUser}}
|
||||||
<a href="#" rel=nofollow>
|
<a href="#" rel="nofollow" class="block_user">
|
||||||
<img src="{{imageUrl "icons/ignoreuser.png"}}"" alt="Ignoreuser" class="block_user control_icon" title="{{t "ignore"}}" />
|
<img src="{{imageUrl "icons/ignoreuser.png"}}"" alt="Ignoreuser" class="control_icon" title="{{t "ignore"}}" />
|
||||||
</a>
|
</a>
|
||||||
<a href="#" rel=nofollow>
|
<a href="#" rel="nofollow" class="hide_post">
|
||||||
<img src="{{imageUrl "deletelabel.png"}}" class="delete control_icon hide_post" title="{{t "stream.hide"}}" />
|
<img src="{{imageUrl "deletelabel.png"}}" class="delete control_icon" title="{{t "stream.hide"}}" />
|
||||||
</a>
|
</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a href="#" rel=nofollow>
|
<a href="#" rel="nofollow" class="remove_post">
|
||||||
<img src="{{imageUrl "deletelabel.png"}}" class="delete control_icon remove_post" title="{{t "delete"}}" />
|
<img src="{{imageUrl "deletelabel.png"}}" class="delete control_icon" title="{{t "delete"}}" />
|
||||||
</a>
|
</a>
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue