mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Reverse order of Cyland loan form buttons
Maintains consistency with other buttons on the web app.
This commit is contained in:
parent
8687b393bf
commit
e3c4e54386
@ -166,6 +166,13 @@ let CylandRegisterPiece = React.createClass({
|
||||
<div
|
||||
className='col-xs-6 pull-left'
|
||||
style={{padding: '0 2px 2px 0'}}>
|
||||
<button className='btn btn-default btn-wide'>
|
||||
{getLangText('Loan to archive')}
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
className='col-xs-6 pull-right'
|
||||
style={{padding: '0 0 2px 2px'}}>
|
||||
<LinkContainer to='/collection'>
|
||||
<button
|
||||
type='button'
|
||||
@ -174,13 +181,6 @@ let CylandRegisterPiece = React.createClass({
|
||||
</button>
|
||||
</LinkContainer>
|
||||
</div>
|
||||
<div
|
||||
className='col-xs-6 pull-right'
|
||||
style={{padding: '0 0 2px 2px'}}>
|
||||
<button className='btn btn-default btn-wide'>
|
||||
{getLangText('Loan to archive')}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user