mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 09:35:10 +01:00
Merge branch 'AD-527-transition-to-login-form-if-user-'
This commit is contained in:
commit
ce5b9231af
@ -36,7 +36,7 @@ let PieceListToolbar = React.createClass({
|
|||||||
</Col>
|
</Col>
|
||||||
<Col xs={5} sm={5}>
|
<Col xs={5} sm={5}>
|
||||||
<ButtonLink to="register_piece">
|
<ButtonLink to="register_piece">
|
||||||
+ Artwork
|
+ Work
|
||||||
</ButtonLink>
|
</ButtonLink>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
@ -226,7 +226,7 @@ let RegisterPiece = React.createClass( {
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<LoginContainer
|
<LoginContainer
|
||||||
message="Please login before ascribing your piece..."
|
message="Please login before ascribing your work..."
|
||||||
redirectOnLoggedIn={false}
|
redirectOnLoggedIn={false}
|
||||||
redirectOnLoginSuccess={false}/>
|
redirectOnLoginSuccess={false}/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user