new page fix

This commit is contained in:
Scott O'Hara 2013-07-14 12:59:00 -04:00
parent 8db0937199
commit b2a8666908

View file

@ -1,14 +1,12 @@
.content-Base
- if @errors
.row
.span8.offset2
div.alert.alert-error
h3 There were errors, please correct:
- @errors.each do |error|
h5 = error
.row
.span12.text-center
h1 Create new HTML page
h1.txt-Center Create new HTML page
.row
.span12.text-center
@ -16,7 +14,7 @@
input name="csrf_token" type="hidden" value="#{csrf_token}"
h4 What's the name of your page?
h4: input type="text" name="pagefilename" autocapitalize="off" autocorrect="off".html
p: input.btn.btn-success.btn-large type="submit" value="Create Page"
p: input.btn-Action type="submit" value="Create Page"
.row
.span6.offset3