Show More
Commit Description:
fix destroy for user and problem...
Commit Description:
fix destroy for user and problem (grafted from 56e542ecc72e8d85b776f34c64fe90d3ea4ae9e9)
File last commit:
Show/Diff file:
Action:
app/views/sites/new.html.haml | 22 lines | 357 B | text/x-haml | HamlLexer |
%h1 New site
= error_messages_for :site
= form_for(@site) do |f|
%p
%b Name
%br/
= f.text_field :name
%p
%b Password
%br/
= f.text_field :password
%p
%b Started
%br/
= f.check_box :started
%p
%b Start time
%br/
= f.datetime_select :start_time
%p
= f.submit "Create"
= link_to 'Back', sites_path