1
0

Changed css classess names to reflect funcionality

This commit is contained in:
cryptogopher
2019-12-27 00:26:58 +01:00
parent 751da2f0df
commit a1bdbb7dc7
3 changed files with 12 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
quantity_class += " project idnt idnt-#{level+1}"
%>
<tr id="quantity-<%= q.id %>" class="<%= quantity_class %>">
<td class="name unshrinkable"><%= q.name %></td>
<td class="name unwrappable"><%= q.name %></td>
<td class="order">
<% [:up, :down, :left, :right].each do |direction| %>
<%=
@@ -40,7 +40,7 @@
<td class="domain"><%= q.domain %></td>
<td class="description"><%= q.description %></td>
<td class="formula"><%= checked_image q.formula.present? %></td>
<td class="action unshrinkable">
<td class="action unwrappable">
<%= link_to l(:button_edit), edit_quantity_path(q), {
remote: true,
class: "icon icon-edit"