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
f930668c
Commit
f930668c
authored
Dec 16, 2014
by
Fabian Heidemann
Browse files
fix #2023
parent
bbae859c
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/file/static/html/pathbar.html
View file @
f930668c
...
...
@@ -12,7 +12,7 @@
<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>
<li
class=
"bookmarks sortable"
><a
href=
"#"
data-bind=
"bookmark"
class=
"bookmark"
><i
data-bind=
"bookmark-glyphicon"
title=
"Edit symbol"
class
=
"bookmark-glyphicon
-symbol"
></i><span
data-bind=
"bookmark-name"
class=
"bookmark-name"
></span><i
title=
"Edit bookmark"
class=
"bookmark-glyphicon-edit
glyphicon glyphicon-pencil"
></i><i
title=
"Edit bookmark"
class=
"bookmark-glyphicon-remove
glyphicon glyphicon-remove"
></i></a></li>
<li
class=
"bookmarks sortable"
><a
href=
"#"
data-bind=
"bookmark"
class=
"bookmark"
><i
title=
"Edit symbol"
class=
"bookmark-glyphicon-symbol"
><i
data-bind
=
"bookmark-glyphicon
"
></i
></i><span
data-bind=
"bookmark-name"
class=
"bookmark-name"
></span><i
title=
"Edit bookmark"
class=
"bookmark-glyphicon-edit
"
><i
class=
"
glyphicon glyphicon-pencil"
></i><
/i><
i
title=
"Edit bookmark"
class=
"bookmark-glyphicon-remove
"
><i
class=
"
glyphicon glyphicon-remove"
></i></
i></
a></li>
</ul>
</div>
<div
class=
"path-list"
><a
href=
"#"
data-bind=
"pathPart"
class=
"path-bar-item"
></a></div>
...
...
vispa/extensions/file/static/html/pathbar.jade
View file @
f930668c
...
...
@@ -27,9 +27,12 @@
li.divider
li.bookmarks.sortable
a.bookmark(href="#", data-bind="bookmark")
i.bookmark-glyphicon-symbol(data-bind="bookmark-glyphicon", title="Edit symbol")
i.bookmark-glyphicon-symbol(title="Edit symbol")
i(data-bind="bookmark-glyphicon")
span.bookmark-name(data-bind="bookmark-name")
i.bookmark-glyphicon-edit.glyphicon.glyphicon-pencil(title="Edit bookmark")
i.bookmark-glyphicon-remove.glyphicon.glyphicon-remove(title="Edit bookmark")
i.bookmark-glyphicon-edit(title="Edit bookmark")
i.glyphicon.glyphicon-pencil
i.bookmark-glyphicon-remove(title="Edit bookmark")
i.glyphicon.glyphicon-remove
.path-list
a(href="#", data-bind="pathPart").path-bar-item
Write
Preview
Markdown
is supported
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