css: fix 020_base.scss getting imported twice.
This import caused all in the rules in 020_base.scss to be included twice in the final stylesheet.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td id="api-key"><%= @api_key.key %></td>
|
||||
<td id="api-key"><code><%= @api_key.key %></code></td>
|
||||
<td id="api-key-created"><%= compact_time @api_key.created_at %></td>
|
||||
<td id="api-key-updated"><%= compact_time @api_key.updated_at %></td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user