Sha256: f5a9bfa2376e38d32939c04cdcc807c1fbfc8ae5991007a6756131f2235dedc6

Contents?: true

Size: 168 Bytes

Versions: 1

Compression:

Stored size: 168 Bytes

Contents

<% provide(:title, 'New Plan') %>

<%= form_for(@plan, url: admin_plans_path) do |f| %>
  <%= render 'form', f: f %>
<% end %>

<%= link_to 'Back', admin_plans_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
disco_app-0.8.8 app/views/disco_app/admin/plans/new.html.erb