File tree 2 files changed +3
-3
lines changed
route-separation/views/users
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
<h1 >Editing <%= user .name %> </h1 >
4
4
5
5
<div id =" user" >
6
- <form action =" ?_method=put" , method =" post" >
6
+ <form action =" ?_method=put" method =" post" >
7
7
<p >
8
8
Name:
9
9
<input type =" text" value =" <%= user.name %>" name =" user[name]" />
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width,initial-scale=1 ">
6
6
< title > Search example</ title >
7
- < style type =" text/css " >
7
+ < style >
8
8
body {
9
9
font : 14px "Helvetica Neue" , Helvetica;
10
10
padding : 50px ;
15
15
< h2 > Search</ h2 >
16
16
< p > Try searching for "ferret" or "cat".</ p >
17
17
< input type ="search " name ="search " value ="" />
18
- < pre / >
18
+ < pre > </ pre >
19
19
< script src ="/client.js " charset ="utf-8 "> </ script >
20
20
</ body >
21
21
</ html >
You can’t perform that action at this time.
0 commit comments