Moving all links and redirects to react-router
Этот коммит содержится в:
@@ -5,6 +5,7 @@ import {FormattedMessage} from 'react-intl';
|
||||
import * as Client from 'utils/client.jsx';
|
||||
|
||||
import React from 'react';
|
||||
import {Link} from 'react-router';
|
||||
|
||||
export default class ShouldVerifyEmail extends React.Component {
|
||||
constructor(props) {
|
||||
@@ -63,12 +64,12 @@ export default class ShouldVerifyEmail extends React.Component {
|
||||
return (
|
||||
<div>
|
||||
<div className='signup-header'>
|
||||
<a href='/'>
|
||||
<Link to='/'>
|
||||
<span className='fa fa-chevron-left'/>
|
||||
<FormattedMessage
|
||||
id='web.header.back'
|
||||
/>
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
<div className='col-sm-12'>
|
||||
<div className='signup-team__container'>
|
||||
|
||||
Ссылка в новой задаче
Block a user