diff --git a/app/assets/javascripts/app/views/generic/attribute.jst.eco b/app/assets/javascripts/app/views/generic/attribute.jst.eco index e44ff80f7..0a420c5d8 100644 --- a/app/assets/javascripts/app/views/generic/attribute.jst.eco +++ b/app/assets/javascripts/app/views/generic/attribute.jst.eco @@ -2,6 +2,8 @@
<%- @item %><% if @attribute.note: %><% end %> + <% if @attribute.remove: %><% end %> + <% if @attribute.add: %><% end %> <% if @attribute.help: %><%- @T( @attribute.help ) + ' ' %><% end %><%- @attribute.link %>