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

new.html.erb 164B

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