8000 add detail msg · daysCounting/imooc@44bc59e · GitHub
[go: up one dir, main page]

Skip to content

Commit 44bc59e

Browse files
committed
add detail msg
1 parent 293bcad commit 44bc59e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/pages/admin.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extends ../layout
33
block content
44
.container
55
.row
6-
from.form-horizotal(method="post",action="/admin/movie/new")
6+
form.form-horizotal(method="post",action="/admin/movie/new")
77
input(type="hidden",name="movie[_id]",value="#{movie._id}")
88
.form-group
99
lable.col-sm-2.control-lable(for="inputTitle") 电影名字
@@ -39,4 +39,4 @@ block content
3939
input#inputSummary.form-control(type="text",name="movie[summary]",value="#{movie.summary}")
4040
.form-group
4141
.col-sm-offset-2.col-sm-10
42-
button.btn.btn-default(type="submit") 录入
42+
button.btn.btn-default(type="submit") 录入

0 commit comments

Comments
 (0)
0