more fixes to timestamp display

This commit is contained in:
pixeldesu 2014-11-30 21:05:16 +01:00
parent 484c8d9b65
commit 449cc68958
2 changed files with 5 additions and 4 deletions

View File

@ -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 {

View File

@ -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/