app/views/dhatu/promotion_attributes/_index.html.erb in dhatu-0.1.18 vs app/views/dhatu/promotion_attributes/_index.html.erb in dhatu-0.1.19

- old
+ new

@@ -28,10 +28,10 @@ <% end %> </th> <td class="promotion_attribute-name"> <strong><%= link_to promotion_attribute.name, promotion_attribute_path(promotion_attribute), remote: true %></strong><br> - <%= content_tag :span, promotion_attribute.display_data_type, style: "color:darkred;" %><br> + <%= content_tag :span, promotion_attribute.display_data_type, style: "color:chocolate;" %><br> </td> <td style="text-align: center;"> <% promotion_attribute.values.each do |v| %> <span class="ml-5 label label-info"><%= v %></span>