Sha256: 5ea5f15d4f394c08f1329650e4d71ace339ef09b40ef4a3fd0b8b3f5723eac70
Contents?: true
Size: 752 Bytes
Versions: 4
Compression:
Stored size: 752 Bytes
Contents
.qtable - _question_category = q.question_category - if _question_category = link_to _question_category.name, _question_category, title: _question_category.name .qtext_block .questionblock .questiontext .qname p= q.author_name .qemail p= q.author_email .qdate p= q.created_at .qtext - if q.question_text_after_editing.blank? p== q.question_text - else p== q.question_text_after_editing .answertext - if q.answered or (current_user and current_user.admin?) .aqname p= q.answer_author_name .aqdate p= q.answered_time .aqtext p== q.answer_text .mentionsdivider
Version data entries
4 entries across 4 versions & 1 rubygems