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