This repository has been archived on 2022-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wikiufc/app/views/courses/new.html.haml
2015-09-04 13:45:37 -04:00

7 lines
167 B
Plaintext

%h4.title= App.title
%h1.title= t(:new_course)
= form_tag courses_url, :method => :post do
= render :partial => 'form'
= submit_tag t(:create), :accesskey => 'e'