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

edit.html.erb 366B

    <%= content_tag(:div, class: 'container top-container') do %> <%= content_tag(:div, class: 'row') do %> <%= content_tag(:div, class: 'span12') do %> <% title (t 'uploads.edit_file') + ' - ' + @config.website_name %> <div class="page-header"> <h1><%= t "uploads.edit_file" %></h1> </div> <%= render 'form' %> <% end %> <% end %> <% end %>