Upgrading Font Awesome vendor files from 3.2.1 to 4.2.0
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="input-wrap field long text required field-add-group-name group-<%= index %>-name
|
||||
<% if (error && error.attributes && error.attributes.name) { print('error'); } %>"><input name="group-<%= index %>-name" class="group-name long" value="<%= name %>" type="text">
|
||||
</div><div class="group-allocation"><%= allocation %>%</div>
|
||||
<a href="" class="action action-close"><i class="icon-remove-sign"></i> <span class="sr"><%= gettext("delete group") %></span></a>
|
||||
<a href="" class="action action-close"><i class="icon fa fa-times-circle"></i> <span class="sr"><%= gettext("delete group") %></span></a>
|
||||
|
||||
Reference in New Issue
Block a user