Refactor courses

This commit is contained in:
2015-09-04 13:45:37 -04:00
parent 022620e4ab
commit 6f1427dc21
25 changed files with 339 additions and 361 deletions

View File

@@ -1,6 +1,6 @@
%h4.title= App.title
%h1.title Adicionar disciplina
%h1.title= t(:new_course)
= form_tag courses_url, :method => :post do
= render :partial => 'form'
= submit_tag "Cadastrar", :accesskey => 'e'
= submit_tag t(:create), :accesskey => 'e'