Add report issue link

This commit is contained in:
Tom Wilkie
2015-06-09 10:11:39 +00:00
parent b8170313e4
commit e1092d2ac2
3 changed files with 818 additions and 806 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -74,7 +74,10 @@ const App = React.createClass({
<Nodes nodes={this.state.nodes} highlightedNodeIds={this.state.highlightedNodeIds}
highlightedEdgeIds={this.state.highlightedEdgeIds} />
<div className="footer">{versionString}</div>
<div className="footer">
{versionString}&nbsp;&nbsp;
<a href="https://gitreports.com/issue/weaveworks/scope" target="_blank">Report an issue</a>
</div>
</div>
);
}

View File

@@ -63,6 +63,14 @@ body {
z-index: 20;
color: @text-tertiary-color;
font-size: 85%;
a {
color: @text-secondary-color;
&:hover {
color: @text-color;
}
}
}
.logo {