Skip to content

Commit

Permalink
Merge branch 'release/0.11.9.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashnikovisme committed Dec 25, 2016
2 parents 8e508e7 + 916bab1 commit 8d3f9d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/web/events/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@
%ul.questions
- @confirmed_questions.each do |question|
%li.row
.small-1.columns
- if question.answer_timestamp.present?
= link_to fa_icon(:link), question.decorate.answer_link, class: 'button blank'
.small-1.columns{ style: 'text-align: center' }
- if question.user_id.present?
- if question.user.is_questionary?
Expand All @@ -101,12 +104,9 @@
- else
%span{ style: 'font-size: 25px' }
= fa_icon 'user-secret 2x'
.small-9.columns
.small-9.columns.end
= fa_icon 'question-circle'
= question.text
.small-2.columns
- if question.answer_timestamp.present?
= link_to fa_icon(:link), question.decorate.answer_link, class: 'button blank'
.event-content.container
.participans-container
%h3.title
Expand Down

0 comments on commit 8d3f9d7

Please sign in to comment.