Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
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
8b317f44
authored
Mar 16, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: arrow fixes
parent
6e51a275
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
circle/dashboard/arrow_local.py
+2
-2
circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html
+4
-6
No files found.
circle/dashboard/arrow_local.py
View file @
8b317f44
...
@@ -37,8 +37,8 @@ class HungarianLocale(locales.Locale):
...
@@ -37,8 +37,8 @@ class HungarianLocale(locales.Locale):
'hour'
:
{
'past'
:
'egy órával'
,
'future'
:
'egy óra'
},
'hour'
:
{
'past'
:
'egy órával'
,
'future'
:
'egy óra'
},
'hours'
:
{
'past'
:
'{0} órával'
,
'future'
:
'{0} óra'
},
'hours'
:
{
'past'
:
'{0} órával'
,
'future'
:
'{0} óra'
},
'day'
:
{
'day'
:
{
'past'
:
'nappal'
,
'past'
:
'
egy
nappal'
,
'future'
:
'nap'
'future'
:
'
egy
nap'
},
},
'days'
:
{
'days'
:
{
'past'
:
'{0} nappal'
,
'past'
:
'{0} nappal'
,
...
...
circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html
View file @
8b317f44
...
@@ -19,12 +19,10 @@
...
@@ -19,12 +19,10 @@
- {{ a.percentage }}%
- {{ a.percentage }}%
{% endif %}
{% endif %}
</strong>
</strong>
{% endspaceless %}
{% endspaceless %}{% if a.times
<
2
%}
<
span
title=
"{{ a.started }}"
>
{{ a.started|arrowfilter:LANGUAGE_CODE }}
</span>
{% endif %}{% if a.user %},
{% if a.times
<
2
%}
<a
class=
"no-style-link"
href=
"{% url "
dashboard
.
views
.
profile
"
username=
a.user.username
%}"
>
<
span
title=
"{{ a.started }}"
>
{{ a.started|arrowfilter:LANGUAGE_CODE }}
</span>
{% endif %}{% if a.user %},
{% include "dashboard/_display-name.html" with user=a.user show_org=True %}
<a
class=
"no-style-link"
href=
"{% url "
dashboard
.
views
.
profile
"
username=
a.user.username
%}"
>
</a>
{% include "dashboard/_display-name.html" with user=a.user show_org=True %}
</a>
{% endif %}
{% endif %}
{% if a.is_abortable_for_user %}
{% if a.is_abortable_for_user %}
<form
action=
"{{ a.instance.get_absolute_url }}"
method=
"POST"
class=
"pull-right"
>
<form
action=
"{{ a.instance.get_absolute_url }}"
method=
"POST"
class=
"pull-right"
>
...
...
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