mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 04:17:46 +01:00
more fixes to timestamp display
This commit is contained in:
parent
484c8d9b65
commit
449cc68958
2 changed files with 5 additions and 4 deletions
|
@ -82,6 +82,11 @@ body {
|
||||||
.panel-primary .text-muted a, .panel-primary .text-muted a:hover {
|
.panel-primary .text-muted a, .panel-primary .text-muted a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-primary .text-muted {
|
||||||
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-primary .answerbox-question-text {
|
.panel-primary .answerbox-question-text {
|
||||||
|
|
|
@ -14,10 +14,6 @@
|
||||||
= time_ago_in_words(i.question.created_at)
|
= time_ago_in_words(i.question.created_at)
|
||||||
ago
|
ago
|
||||||
%p.answerbox-question-text= i.question.content
|
%p.answerbox-question-text= i.question.content
|
||||||
%p.timestamp
|
|
||||||
asked
|
|
||||||
= time_ago_in_words(i.question.created_at)
|
|
||||||
ago
|
|
||||||
.panel-body
|
.panel-body
|
||||||
%textarea.form-control{name: 'ib-answer', 'data-id' => i.id}
|
%textarea.form-control{name: 'ib-answer', 'data-id' => i.id}
|
||||||
%br/
|
%br/
|
||||||
|
|
Loading…
Reference in a new issue