summaryrefslogtreecommitdiffstats
path: root/web/react/components/access_history_modal.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-23 00:54:40 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-23 00:54:40 +0500
commit14c1f2424de88545ec7e4386d53751cb3ec7d825 (patch)
tree400c515ec5dd2f2fc8e836ed9ad8fc23d2c82047 /web/react/components/access_history_modal.jsx
parentecdd160ec07aef5d309056a23eacf12c91a93193 (diff)
downloadchat-14c1f2424de88545ec7e4386d53751cb3ec7d825.tar.gz
chat-14c1f2424de88545ec7e4386d53751cb3ec7d825.tar.bz2
chat-14c1f2424de88545ec7e4386d53751cb3ec7d825.zip
Minor UI Improvements
Diffstat (limited to 'web/react/components/access_history_modal.jsx')
-rw-r--r--web/react/components/access_history_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/access_history_modal.jsx b/web/react/components/access_history_modal.jsx
index b23b3213f..462f046f6 100644
--- a/web/react/components/access_history_modal.jsx
+++ b/web/react/components/access_history_modal.jsx
@@ -64,7 +64,7 @@ module.exports = React.createClass({
<div>{"URL: " + currentAudit.action.replace("/api/v1", "")}</div>
</div>
:
- <a href="#" onClick={this.handleMoreInfo.bind(this, i)}>More info</a>
+ <a href="#" className="theme" onClick={this.handleMoreInfo.bind(this, i)}>More info</a>
}
</div>
{i < this.state.audits.length - 1 ?