8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293bcad commit 44bc59eCopy full SHA for 44bc59e
views/pages/admin.jade
@@ -3,7 +3,7 @@ extends ../layout
3
block content
4
.container
5
.row
6
- from.form-horizotal(method="post",action="/admin/movie/new")
+ form.form-horizotal(method="post",action="/admin/movie/new")
7
input(type="hidden",name="movie[_id]",value="#{movie._id}")
8
.form-group
9
lable.col-sm-2.control-lable(for="inputTitle") 电影名字
@@ -39,4 +39,4 @@ block content
39
input#inputSummary.form-control(type="text",name="movie[summary]",value="#{movie.summary}")
40
41
.col-sm-offset-2.col-sm-10
42
- button.btn.btn-default(type="submit") 录入
+ button.btn.btn-default(type="submit") 录入
0 commit comments