File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -9,19 +9,13 @@ div(class='isso-postbox')
9
9
div( class ='text' )
10
10
section( class ='auth-section' )
11
11
p( class ='input-wrapper' )
12
- label( for ='isso-postbox__author' )
13
- = i18n (' postbox-author' )
14
- input( type ='text' id ='isso-postbox__author' name ='author'
12
+ input( type ='text' name ='author' placeholder =i18n (' postbox-author' )
15
13
value =author !== null ? '#{author}' : '' )
16
14
p( class ='input-wrapper' )
17
- label( for ='isso-postbox__email' )
18
- = i18n (' postbox-email' )
19
- input( type ='email' id ='isso-postbox__email' name ='email'
15
+ input( type ='email' name ='email' placeholder =i18n (' postbox-email' )
20
16
value =email != null ? '#{email}' : '' )
21
17
p( class ='input-wrapper' )
22
- label( for ='isso-postbox__website' )
23
- = i18n (' postbox-website' )
24
- input( type ='text' id ='isso-postbox__website' name ='website'
18
+ input( type ='text' name ='website' placeholder =i18n (' postbox-website' )
25
19
value =website != null ? '#{website}' : '' )
26
20
p( class ='post-action' )
27
21
input( type ='submit' value =i18n (' postbox-submit' ))
You can’t perform that action at this time.
0 commit comments