HTML fixes for the tag list page (#1117)

This commit is contained in:
Ethan Wong 2022-08-05 13:18:04 +08:00 committed by GitHub
parent f1afcf53ca
commit fb4e939081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -31,16 +31,14 @@
<% end %>
</span>
</li>
<% end %>
</ol>
</ol>
<% end %>
<% end %>
<% if is_admin %>
<div>
<%= link_to 'Create New Tag', new_tag_path %>
</div>
<div>
<p>
<%= link_to 'Create New Tag', new_tag_path %><br/>
<%= link_to 'Create New Category', new_category_path %>
</div>
</p>
<% end %>
</div>