Этот коммит содержится в:
Asaad Mahmood
2016-03-29 17:59:25 +05:00
родитель 501eef0385
Коммит 128e6c9d97

Просмотреть файл

@@ -52,10 +52,10 @@ export default class PremadeThemeChooser extends React.Component {
return ( return (
<div className='row appearance-section'> <div className='row appearance-section'>
{premadeThemes} {premadeThemes}
<div className='col-sm-12 padding-bottom x2'>
<a <a
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes' href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes'
target='_blank' target='_blank'
className='col-sm-12 padding-bottom x2'
> >
<FormattedMessage <FormattedMessage
id='user.settings.display.theme.otherThemes' id='user.settings.display.theme.otherThemes'
@@ -63,6 +63,7 @@ export default class PremadeThemeChooser extends React.Component {
/> />
</a> </a>
</div> </div>
</div>
); );
} }
} }