Skip to content

Commit

Permalink
Dev: corrected indentation in view
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 27, 2017
1 parent fd0c488 commit 2dceb2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/views/admin/survey/surveySummary_view.php
Expand Up @@ -30,7 +30,9 @@
<div class="col-sm-12 h3 pagetitle"><?php eT('Survey summary'); ?></div>
</div>
<div class="row">
<?php echo $this->renderPartial('/admin/survey/subview/_survey_quickaction', $subviewData); ?>
<div class="col-sm-12">
<?php echo $this->renderPartial('/admin/survey/subview/_survey_quickaction', $subviewData); ?>
</div>
</div>
<div class="row">
<!-- Survey summary -->
Expand Down

0 comments on commit 2dceb2f

Please sign in to comment.