Этот коммит содержится в:
Asaad Mahmood
2016-04-18 20:57:23 +05:00
коммит произвёл Corey Hulen
родитель 08331e088b
Коммит 72442cfca6
3 изменённых файлов: 9 добавлений и 4 удалений

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

@@ -153,7 +153,12 @@ class LicenseSettings extends React.Component {
edition = (
<p>
{'Mattermost Enterprise Edition. Unlock enterprise features in this software through the purchase of a subscription from '}
<a href='https://mattermost.com/'>{'https://mattermost.com/'}</a>
<a
target='_blank'
href='https://mattermost.com/'
>
{'https://mattermost.com/'}
</a>
</p>
);
@@ -174,7 +179,7 @@ class LicenseSettings extends React.Component {
licenseKey = (
<div className='col-sm-8'>
<div className='file__upload'>
<button className='btn btn-default'>
<button className='btn btn-primary'>
<FormattedMessage
id='admin.license.choose'
defaultMessage='Choose File'

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

@@ -54,7 +54,7 @@ export default class PremadeThemeChooser extends React.Component {
{premadeThemes}
<div className='col-sm-12 padding-bottom x2'>
<a
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-themes'
href='http://docs.mattermost.com/help/settings/theme-colors.html#custom-theme-examples'
target='_blank'
>
<FormattedMessage

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

@@ -814,7 +814,7 @@ body.ios {
text-indent: 3px;
&:before {
content: '&#10625;';
content: '\2022';
margin-right: 8px;
}
}