Skip to content

Commit 55e730b

Browse files
committed
Added link to forum
1 parent 2f9d9e7 commit 55e730b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

nengo_gui/static/top_toolbar.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,17 @@
5151
cursor: default !important;
5252
}
5353

54-
#filename:hover {
54+
#Forum_link {
55+
padding: 0.5em;
56+
cursor: hand !important;
57+
}
58+
59+
#filename:hover, #Forum_link:hover {
5560
color: #eee;
5661
background: #666;
5762
}
5863

59-
#Help_button{
64+
#Help_button, #Forum_link{
6065
float: right;
6166
}
6267

nengo_gui/templates/page.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
<li id='Redo_last_button' role="presentation">
9595
<a title='Redo last' class='glyphicon glyphicon-share-alt'> </a>
9696
</li>
97+
<li id='Forum_link' role="presentation" onclick="window.open('https://forum.nengo.ai');">
98+
Help
99+
</li>
97100
<li id='Help_button' role="presentation">
98101
<a title='List of hotkeys' class='glyphicon glyphicon-question-sign'> </a>
99102
</li>

0 commit comments

Comments
 (0)