mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
Clean admin_emoji_list handlebar to follow 4 space indents.
This commit is contained in:
@@ -1,22 +1,22 @@
|
|||||||
{{#with emoji}}
|
{{#with emoji}}
|
||||||
<tr class="emoji_row" id="emoji_{{name}}">
|
<tr class="emoji_row" id="emoji_{{name}}">
|
||||||
<td>
|
<td>
|
||||||
<span class="emoji_name">{{name}}</span>
|
<span class="emoji_name">{{name}}</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="emoji_image"><a href="{{source_url}}"><img src="{{display_url}}" alt="{{name}}" /></a></span>
|
<span class="emoji_image"><a href="{{source_url}}"><img src="{{display_url}}" alt="{{name}}" /></a></span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{#if author}}
|
{{#if author}}
|
||||||
<span class="emoji_author">{{author.full_name}}</span>
|
<span class="emoji_author">{{author.full_name}}</span>
|
||||||
{{else}}
|
{{else}}
|
||||||
<span class="emoji_author">Unknown Author</span>
|
<span class="emoji_author">Unknown Author</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<button class="button delete btn-danger" data-emoji-name="{{name}}">
|
<button class="button delete btn-danger" data-emoji-name="{{name}}">
|
||||||
{{t "Delete" }}
|
{{t "Delete" }}
|
||||||
</button>
|
</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/with}}
|
{{/with}}
|
||||||
|
|||||||
Reference in New Issue
Block a user