Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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):
'hour'
:
{
'past'
:
'egy órával'
,
'future'
:
'egy óra'
},
'hours'
:
{
'past'
:
'{0} órával'
,
'future'
:
'{0} óra'
},
'day'
:
{
'past'
:
'nappal'
,
'future'
:
'nap'
'past'
:
'
egy
nappal'
,
'future'
:
'
egy
nap'
},
'days'
:
{
'past'
:
'{0} nappal'
,
...
...
circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html
View file @
8b317f44
...
...
@@ -19,12 +19,10 @@
- {{ a.percentage }}%
{% endif %}
</strong>
{% endspaceless %}
{% if a.times
<
2
%}
<
span
title=
"{{ a.started }}"
>
{{ a.started|arrowfilter:LANGUAGE_CODE }}
</span>
{% endif %}{% if a.user %},
<a
class=
"no-style-link"
href=
"{% url "
dashboard
.
views
.
profile
"
username=
a.user.username
%}"
>
{% include "dashboard/_display-name.html" with user=a.user show_org=True %}
</a>
{% endspaceless %}{% if a.times
<
2
%}
<
span
title=
"{{ a.started }}"
>
{{ a.started|arrowfilter:LANGUAGE_CODE }}
</span>
{% endif %}{% if a.user %},
<a
class=
"no-style-link"
href=
"{% url "
dashboard
.
views
.
profile
"
username=
a.user.username
%}"
>
{% include "dashboard/_display-name.html" with user=a.user show_org=True %}
</a>
{% endif %}
{% if a.is_abortable_for_user %}
<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