Sha256: a96886dab3e96a42b0fabf68e1867c755f9745966675a3fbc9c35f3aa06b4821

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

<% content_for :title, t(:new_folder) -%>

<h1 class="title"><%= content_for :title %></h1>
<%= form_for [@target_folder, @folder] do |f| %>
  <%= render :partial => 'form', :locals => { :f => f } %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
boxroom-0.0.5 app/views/boxroom/folders/new.html.erb
boxroom-0.0.4 app/views/boxroom/folders/new.html.erb
boxroom-0.0.3 app/views/boxroom/folders/new.html.erb
boxroom-0.0.2 app/views/boxroom/folders/new.html.erb
boxroom-0.0.1 app/views/boxroom/folders/new.html.erb