Merge pull request #284 from finnlabs/remove-modifier-class--short

Remove obsolete class '-short' (Costs)
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
commit 0c0284603b
  1. 2
      app/views/cost_objects/items/_labor_budget_item.html.erb
  2. 2
      app/views/cost_objects/items/_material_budget_item.html.erb
  3. 2
      app/views/cost_objects/subform/_labor_budget_subform.html.erb
  4. 2
      app/views/cost_objects/subform/_material_budget_subform.html.erb

@ -65,7 +65,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%= number_to_currency(labor_budget_item.calculated_costs(@cost_object.fixed_date, @cost_object.project_id)) if labor_budget_item.costs_visible_by?(User.current) %> <%= number_to_currency(labor_budget_item.calculated_costs(@cost_object.fixed_date, @cost_object.project_id)) if labor_budget_item.costs_visible_by?(User.current) %>
</span> </span>
</td> </td>
<td class="delete budget-table--fields buttons -short"> <td class="delete budget-table--fields buttons">
<a class="delete-budget-item no-decoration-on-hover" title="<%= t(:button_delete) %>" href="javascript:"> <a class="delete-budget-item no-decoration-on-hover" title="<%= t(:button_delete) %>" href="javascript:">
<span class="icon-context icon-delete"></span> <span class="icon-context icon-delete"></span>
<span class="hidden-for-sighted"><%= t(:button_delete) %></span> <span class="hidden-for-sighted"><%= t(:button_delete) %></span>

@ -71,7 +71,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<%= number_to_currency(material_budget_item.calculated_costs(@cost_object.fixed_date)) %> <%= number_to_currency(material_budget_item.calculated_costs(@cost_object.fixed_date)) %>
</span> </span>
</td> </td>
<td class="delete budget-table--fields buttons -short"> <td class="delete budget-table--fields buttons">
<a class="delete-budget-item no-decoration-on-hover" title="<%= t(:button_delete) %>"> <a class="delete-budget-item no-decoration-on-hover" title="<%= t(:button_delete) %>">
<span class="icon-context icon-delete"></span> <span class="icon-context icon-delete"></span>
<span class="hidden-for-sighted"><%= t(:button_delete) %></span> <span class="hidden-for-sighted"><%= t(:button_delete) %></span>

@ -79,7 +79,7 @@ end -%>
</div> </div>
</th> </th>
<%end%> <%end%>
<th class="-short"></th> <th></th>
</tr> </tr>
</thead> </thead>
<tbody id="labor_budget_items_body" class="budget-item-container"> <tbody id="labor_budget_items_body" class="budget-item-container">

@ -86,7 +86,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</div> </div>
</th> </th>
<%end%> <%end%>
<th class="-short"></th> <th></th>
</tr> </tr>
</thead> </thead>
<tbody id="material_budget_items_body" class="budget-item-container"> <tbody id="material_budget_items_body" class="budget-item-container">

Loading…
Cancel
Save