new.html.erb 189 B

123456789
  1. <% provide(:title, 'New Lecture') %>
  2. <% provide(:button_text, 'Create') %>
  3. <h1>Create new lecture</h1>
  4. <div class="row">
  5. <div class="col-md-12">
  6. <%= render 'form' %>
  7. </div>
  8. </div>