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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
a547cac5
authored
Oct 28, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix index store list
parent
4855c8b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
circle/dashboard/templates/dashboard/store/index-files.html
+4
-2
No files found.
circle/dashboard/templates/dashboard/store/index-files.html
View file @
a547cac5
...
...
@@ -21,7 +21,8 @@
<div
id=
"dashboard-files-toplist"
>
{% for t in files.toplist %}
{% if t.TYPE == "F" %}
<div
class=
"list-group-item"
>
<div
class=
"list-group-item
{% if forloop.last and files.toplist|length < 5 %}list-group-item-last{% endif %}"
>
<i
class=
"fa fa-{{ t.icon }} dashboard-toplist-icon"
></i>
<div
class=
"store-list-item-name"
>
{{ t.NAME }}
...
...
@@ -38,7 +39,8 @@
</div>
{% else %}
<a
href=
"{% url "
dashboard
.
views
.
store-list
"
%}?
directory=
{{
t
.
path
}}"
class=
"list-group-item"
>
class=
"list-group-item
{% if forloop.last and files.toplist|length < 5 %}list-group-item-last{% endif %}"
>
<i
class=
"fa fa-{{ t.icon }} dashboard-toplist-icon"
></i>
<div
class=
"store-list-item-name"
>
{{ t.NAME }}
...
...
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