From 18a9fee257fe0c14a51899c00eb159635ff8aa4d Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 25 Sep 2014 18:58:05 +0200 Subject: [PATCH] place help-message on line with label --- app/assets/javascripts/app/views/generic/attribute.jst.eco | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/views/generic/attribute.jst.eco b/app/assets/javascripts/app/views/generic/attribute.jst.eco index 37365183a..ac9f228a1 100644 --- a/app/assets/javascripts/app/views/generic/attribute.jst.eco +++ b/app/assets/javascripts/app/views/generic/attribute.jst.eco @@ -1,7 +1,9 @@
"> - +
+ + <%- @item %><% if @attribute.note: %>
<% end %> +
- <%- @item %><% if @attribute.note: %><% end %> <% if @attribute.remove: %><% end %> <% if @attribute.add: %><% end %>