Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
b4ce56b2
Commit
b4ce56b2
authored
Dec 04, 2012
by
Olga Brani
Browse files
Limit usage ratio
Fix link in how-it-works page
parent
aaf6059c
Changes
2
Show whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/templates/im/how_it_works.html
View file @
b4ce56b2
...
...
@@ -11,7 +11,7 @@
<a
href=
"{% url group_list %}"
class=
"submit"
>
VISIT PROJECTS NOW
</a>
<a
href=
"https://okeanos.grnet.gr/"
class=
"map link-13"
>
</a>
<a
href=
"{% url group_list %}"
class=
"map link-21"
>
</a>
<a
href=
"{% url group_add '
defaul
t' %}"
class=
"map link-22"
>
</a>
<a
href=
"{% url group_add '
projec
t' %}"
class=
"map link-22"
>
</a>
<a
href=
"{% url group_all %}"
class=
"map link-33"
>
</a>
<a
href=
"{% url group_all %}"
class=
"map link-33"
>
</a>
<a
href=
"{% url resource_usage %}"
class=
"map link-42"
>
</a>
...
...
snf-astakos-app/astakos/im/templates/im/resource_usage.html
View file @
b4ce56b2
...
...
@@ -23,7 +23,7 @@
</p>
</div>
<div
class=
"bar"
>
<div><span
style=
"width:{{ rdata.ratio|floatformat }}%;"
>
{{ rdata.ratio|floatformat }}%
</span></div>
<div><span
style=
"width:{{ rdata.ratio
_limited
|floatformat }}%;"
>
{{ rdata.ratio|floatformat }}%
</span></div>
</div>
</li>
{% endfor%}
...
...
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