Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4c9dd092
authored
Jul 23, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: store up url for parent
parent
d60bb22e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
circle/dashboard/templates/dashboard/store/_list-box.html
+12
-2
No files found.
circle/dashboard/templates/dashboard/store/_list-box.html
View file @
4c9dd092
...
...
@@ -66,8 +66,18 @@
<div
class=
"list-group"
id=
"store-list-list"
>
<a
href=
"{% url "
dashboard
.
views
.
store-list
"
%}?
directory=
{{
up_url
}}"
class=
"list-group-item store-list-item"
data-item-type=
"D"
>
<i
class=
"fa fa-reply store-list-item-icon"
></i>
..
{% if current == "/" %}
<div
class=
"store-list-item-icon"
>
<i
class=
"fa fa-refresh"
></i>
</div>
{% trans "Refresh" %}
{% else %}
<div
class=
"store-list-item-icon"
>
<i
class=
"fa fa-reply"
></i>
</div>
..
{% endif %}
<div
class=
"pull-right"
>
{{ current }}
</div>
...
...
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