summaryrefslogtreecommitdiffstats
path: root/web/react/components/access_history_modal.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 18:17:15 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 18:17:15 -0800
commit37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f (patch)
tree5171e58aa21990f53db8a5cca393cfe47aa8f5ef /web/react/components/access_history_modal.jsx
parentf4c3eaa8c091366a956fa2ab48124190f4f9082b (diff)
parent78e3cdefb94c0fe378e4046e79e27be3c7997cb5 (diff)
downloadchat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.tar.gz
chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.tar.bz2
chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.zip
Merge pull request #240 from asaadmahmoodspin/master
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 ?