Project

General

Profile

« Previous | Next » 

Revision 92bf092d

Added by Amos Benari about 12 years ago

  • ID 92bf092dcf735404bd00172b87191c99305b3b07

UI - more explicit button description for the add child node.

View differences:

app/views/config_templates/_combinations.html.erb
<%= f.fields_for :template_combinations do |builder| -%>
<%= render 'combination', :f => builder %>
<% end -%>
<p><%= link_to_add_fields("+", f, :template_combinations, "combination") %></p>
<p><%= link_to_add_fields("+ Add Combination", f, :template_combinations, "Add new combination") %></p>
<% end -%>

Also available in: Unified diff