Этот коммит содержится в:
Asaad Mahmood
2015-08-04 19:12:20 +05:00
родитель 2c46ee8420
Коммит 77f52da255
12 изменённых файлов: 99 добавлений и 41 удалений

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

@@ -57,7 +57,7 @@ module.exports = React.createClass({
if (!config.ShowEmail) {
data_content += "<div class='text-nowrap'>Email not shared</div>";
} else {
data_content += "<div><a href='mailto:" + this.state.profile.email + "' class='text-nowrap text-lowercase'>" + this.state.profile.email + "</a></div>";
data_content += "<div data-toggle='tooltip' title= '" + this.state.profile.email + "'><a href='mailto:" + this.state.profile.email + "' class='text-nowrap text-lowercase user-popover__email'>" + this.state.profile.email + "</a></div>";
}
return (