A website template with lots of features, built with ruby on rails.

edit.html.erb 161B

123456
  1. <% title (t 'uploads.edit_file') + ' - ' + @config.website_name %>
  2. <div class="page-header">
  3. <h1><%= t "uploads.edit_file" %></h1>
  4. </div>
  5. <%= render 'form' %>