Merge pull request #1857 from consul/admin-tags

Admin tags
This commit is contained in:
BertoCQ
2017-09-13 11:45:51 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ $admin-color: #cf3638;
} }
} }
th { th, td {
text-align: left; text-align: left;
&.text-center { &.text-center {

View File

@@ -19,7 +19,7 @@
<table> <table>
<% @tags.each do |tag| %> <% @tags.each do |tag| %>
<tr> <tr>
<td> <td class="with-button">
<%= form_for(tag, <%= form_for(tag,
url: admin_tag_path(tag), url: admin_tag_path(tag),
as: :tag, as: :tag,