report details
<%=form.label :name %><%=form.text_field :name %>
<%=form.label :date_from %><%=form.date_select :date_from %>
<%=form.label :date_to %><%=form.date_select :date_to %>
report items
account
aim amount
position
level
action
<%= render(@items, :form => form) %>
<%= link_to "přidej", new_report_item_path(@report) %>
<%= javascript_tag do %> $("#add_item").bind("ajax:loading", function(et, e){ $(this).html("Loading..."); // swap link text }); <% end %>