Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
etch
nuages
Commits
c9ed37db
Commit
c9ed37db
authored
Apr 23, 2013
by
Christophe Siraut
Browse files
Show hour and minute in column headers.
parent
3ab1086e
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/css/nuages.css
View file @
c9ed37db
...
...
@@ -198,6 +198,10 @@ input:focus, textarea:focus {
color
:
#668
;
}
.grey
{
color
:
#999
;
}
.hide
{
display
:
none
;
visibility
:
hidden
;
...
...
templates/sondage/poll_detail.html
View file @
c9ed37db
...
...
@@ -24,9 +24,15 @@
<tr>
<td
class=
'names'
></td>
{% for choice in object.choice_set.all %}
<td>
{{ choice.choice|date:"d/m" }}
<span
class=
"tooltip"
><b>
{{ choice.choice|date:'l d F'}}
</b>
<br
/>
{{ choice.choice|date:'H:i a'}}
<br
/>
<font
class=
"blue"
>
{{ choice.details }}
</font></span><div
class=
"subl"
>
<!-- -->
</div></td>
<td>
{{ choice.choice|date:"d/m" }}
<span
class=
"tooltip"
><b>
{{ choice.choice|date:'l d F'}}
</b>
<br
/>
{{ choice.choice|date:'H:i a'}}
<br
/>
<font
class=
"blue"
>
{{ choice.details }}
</font>
</span>
<br
/>
<font
class=
"grey"
>
{{ choice.choice|date:'H:i' }}
</font>
<div
class=
"subl"
>
<!-- -->
</div>
</td>
{% endfor %}
</tr>
...
...
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