File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
src/main/frontend/src/components Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -129,19 +129,21 @@ class AddReleaseYearFormView extends React.PureComponent {
129
129
) ) }
130
130
</ select >
131
131
</ div >
132
+ < div className = "col-sm-3" >
133
+ < button
134
+ type = "submit"
135
+ className = "btn btn-primary btn-sm"
136
+ disabled = { isDisabled } >
137
+ { l10n [ 't_add' ] || 'Add' }
138
+ </ button >
139
+ </ div >
132
140
</ div >
133
141
< div className = "col-sm-offset-3 col-sm-4" >
134
142
< span
135
143
id = "release-year.errors"
136
144
className = { `help-block ${ hasValidationErrors ? '' : 'hidden' } ` } >
137
145
{ validationErrors . join ( ', ' ) }
138
146
</ span >
139
- < button
140
- type = "submit"
141
- className = "btn btn-primary btn-sm"
142
- disabled = { isDisabled } >
143
- { l10n [ 't_add' ] || 'Add' }
144
- </ button >
145
147
</ div >
146
148
</ form >
147
149
</ div >
You can’t perform that action at this time.
0 commit comments