summaryrefslogtreecommitdiffstats
path: root/web/react/components/view_image.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-06 23:18:23 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-06 23:18:23 +0500
commitf51cc73aaf0da4973e13821a5201cd0e05e1e552 (patch)
tree9c0564827136f2392e873eab134006cabac329bc /web/react/components/view_image.jsx
parent10b625ba1740c6177cfe5c06484f4a14867523bd (diff)
downloadchat-f51cc73aaf0da4973e13821a5201cd0e05e1e552.tar.gz
chat-f51cc73aaf0da4973e13821a5201cd0e05e1e552.tar.bz2
chat-f51cc73aaf0da4973e13821a5201cd0e05e1e552.zip
MM-1461 - Updating Mattermost UI
Diffstat (limited to 'web/react/components/view_image.jsx')
-rw-r--r--web/react/components/view_image.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/view_image.jsx b/web/react/components/view_image.jsx
index c573e9dbb..38f439946 100644
--- a/web/react/components/view_image.jsx
+++ b/web/react/components/view_image.jsx
@@ -161,7 +161,7 @@ module.exports = React.createClass({
<div className="image-links">
{ config.AllowPublicLink ?
<div>
- <a href="#" className="text" data-title="Public Image" onClick={this.getPublicLink}>Get Public Link</a>
+ <a href="#" className="public-link text" data-title="Public Image" onClick={this.getPublicLink}>Get Public Link</a>
<span className="text"> | </span>
</div>
: "" }