more fixes to timestamp display
This commit is contained in:
parent
484c8d9b65
commit
449cc68958
|
@ -82,6 +82,11 @@ body {
|
|||
.panel-primary .text-muted a, .panel-primary .text-muted a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.panel-primary .text-muted {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.panel-primary .answerbox-question-text {
|
||||
|
|
|
@ -14,10 +14,6 @@
|
|||
= time_ago_in_words(i.question.created_at)
|
||||
ago
|
||||
%p.answerbox-question-text= i.question.content
|
||||
%p.timestamp
|
||||
asked
|
||||
= time_ago_in_words(i.question.created_at)
|
||||
ago
|
||||
.panel-body
|
||||
%textarea.form-control{name: 'ib-answer', 'data-id' => i.id}
|
||||
%br/
|
||||
|
|
Loading…
Reference in New Issue