Fixing see other themes link
Этот коммит содержится в:
@@ -52,16 +52,17 @@ export default class PremadeThemeChooser extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div className='row appearance-section'>
|
<div className='row appearance-section'>
|
||||||
{premadeThemes}
|
{premadeThemes}
|
||||||
<a
|
<div className='col-sm-12 padding-bottom x2'>
|
||||||
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes'
|
<a
|
||||||
target='_blank'
|
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes'
|
||||||
className='col-sm-12 padding-bottom x2'
|
target='_blank'
|
||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='user.settings.display.theme.otherThemes'
|
id='user.settings.display.theme.otherThemes'
|
||||||
defaultMessage='See other themes'
|
defaultMessage='See other themes'
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user