Main Avalanche Network server application. Built with Ruby on Rails.

_step_submission_form.html.erb 383B

    <% # Form %> <%= content_tag(:div, class: "panel-text") do %> <%= f.fields_for :submission_contents, SubmissionContent.new, show_empty: true do |f| %> <%= f.alert_message "Please fix the errors below." %> <%= f.fields_for SubmissionText.new, as: :submission, show_empty: true do |f| %> <%= f.text_field :content, class: 'input-block-level' %> <% end %> <% end %> <% end %>