From a324dad08712dd691de8ad43864e888cc40d8a96 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 1 Feb 2013 00:44:46 +0100 Subject: [PATCH] Added plus/minus option. --- app/assets/javascripts/app/views/generic/attribute.jst.eco | 2 ++ 1 file changed, 2 insertions(+) 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 %>