mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-25 20:12:57 +00:00
changes in html element
This commit is contained in:
@@ -363,7 +363,7 @@ const MetadataEditor = createReactClass({
|
|||||||
defaultValue={this.props.metadata.title}
|
defaultValue={this.props.metadata.title}
|
||||||
onChange={(e)=>this.handleFieldChange('title', e)} />
|
onChange={(e)=>this.handleFieldChange('title', e)} />
|
||||||
</div>
|
</div>
|
||||||
<div className='field-group'>
|
<fieldset className='field-group'>
|
||||||
<div className='field-column'>
|
<div className='field-column'>
|
||||||
<div className='field description'>
|
<div className='field description'>
|
||||||
<label htmlFor='description_field'>description</label>
|
<label htmlFor='description_field'>description</label>
|
||||||
@@ -385,7 +385,7 @@ const MetadataEditor = createReactClass({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{this.renderThumbnail()}
|
{this.renderThumbnail()}
|
||||||
</div>
|
</fieldset>
|
||||||
|
|
||||||
<div className='field tags'>
|
<div className='field tags'>
|
||||||
<label htmlFor='combobox-tags'>Tags</label>
|
<label htmlFor='combobox-tags'>Tags</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user