Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
b840e0c8
Commit
b840e0c8
authored
Dec 28, 2014
by
asseldonk
Browse files
filebrowser: fixed #2035
parent
78b7c3de
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file/static/html/pathbar.html
View file @
b840e0c8
...
...
@@ -8,7 +8,7 @@
<li
class=
"paste"
><a
href=
"#"
><i
class=
"glyphicon glyphicon-share-alt"
></i>
Paste
</a></li>
</ul>
</div>
<div
class=
"btn-group path-bar-icon bookmark-dropdown
hidden-sm hidden-xs
"
><span
data-toggle=
"dropdown"
class=
"dropdown-toggle"
><i
class=
"glyphicon glyphicon-bookmark"
></i></span>
<div
class=
"btn-group path-bar-icon bookmark-dropdown"
><span
data-toggle=
"dropdown"
class=
"dropdown-toggle"
><i
class=
"glyphicon glyphicon-bookmark"
></i></span>
<ul
role=
"menu"
class=
"dropdown-menu bookmark-container"
>
<li
class=
"bookmark-button"
><a
href=
"#"
><i
class=
"glyphicon glyphicon-plus"
></i>
Add bookmark
</a></li>
<li
class=
"divider"
></li>
...
...
vispa/extensions/file/static/html/pathbar.jade
View file @
b840e0c8
...
...
@@ -16,7 +16,7 @@
a(href="#")
i.glyphicon.glyphicon-share-alt
| Paste
.btn-group.path-bar-icon.bookmark-dropdown
.hidden-sm.hidden-xs
.btn-group.path-bar-icon.bookmark-dropdown
span.dropdown-toggle(data-toggle="dropdown")
i.glyphicon.glyphicon-bookmark
ul.dropdown-menu.bookmark-container(role="menu")
...
...
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