Skip to content

Commit

Permalink
fix: 集計結果で質問文が表示されないため、何の質問がわからないてめ表示するように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Jan 29, 2020
1 parent b33bfe1 commit bd8fff3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions View/Elements/AnswerSummaries/aggregate_common_header.ctp
Expand Up @@ -15,6 +15,9 @@
<h2>
<?php echo h($question['question_value']); ?>
</h2>
<p class="help-block clearfix">
<?php echo $question['description']; ?>
</p>
<?php endif; ?>
<p>
<?php echo __d('questionnaires', 'The total number of answers: ') . h($question['answer_total_cnt']); ?>
Expand Down
3 changes: 3 additions & 0 deletions View/QuestionnaireAnswers/confirm.ctp
Expand Up @@ -41,6 +41,9 @@
<label>
<?php echo h($question['question_value']); ?>
</label>
<p class="help-block clearfix">
<?php echo $question['description']; ?>
</p>

<div class="well form-control-static">
<div class="form-group">
Expand Down
Binary file modified View/QuestionnaireAnswers/view.ctp
Binary file not shown.

0 comments on commit bd8fff3

Please sign in to comment.