Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
redl
redeleitsystem
Commits
555eea51
Commit
555eea51
authored
Oct 08, 2015
by
Robin Sonnabend
Browse files
Added icon for keyboard shortcut link (Implements/Fixes
#2
)
parent
f4e37e87
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/layout.html
View file @
555eea51
...
...
@@ -28,7 +28,7 @@
{% include "content_time.html" %}
</span>
<div
class=
"mdl-layout-spacer"
></div>
<span
id=
"rede-layout-notification"
class=
"
rede
-layout-title"
></span>
<span
id=
"rede-layout-notification"
class=
"
mdl
-layout-title"
></span>
<div
class=
"mdl-layout-spacer"
></div>
<button
class=
"mdl-button mdl-js-button mdl-js-ripple-effet mdl-button--icon"
id=
"hdrbtn"
>
<i
class=
"material-icons"
>
more_vert
</i>
...
...
templates/speech_index.html
View file @
555eea51
...
...
@@ -7,7 +7,7 @@
{% endblock %}
{% block additional_sidelinks %}
<a
href=
"#"
class=
"mdl-navigation__link"
onclick=
"setkeyhash()"
>
Set Next Key
</a>
<a
href=
"#"
class=
"mdl-navigation__link"
onclick=
"setkeyhash()"
>
<i
class=
"mdl-colo-text--blue-grey-400 material-icons"
role=
"presentation"
>
keyboard
</i>
Set Next Key
</a>
{% endblock %}
{% block content %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment