header.blade.php
12 lines
| 1 | <div class="examiner-header" data-controller="examiner-header"> |
| 2 | <div class="report-title-bar"> |
| 3 | <div> |
| 4 | <h2 class="report-title"><?php echo esc_html($model->examiner_title()); ?></h2> |
| 5 | <span class="report-subtitle"><?php echo iawp_blade()->run('icons.' . $type); ?><?php echo esc_html($group->singular()); ?></span> |
| 6 | </div> |
| 7 | <div> |
| 8 | <button class="close-examiner-button" data-action="examiner-header#askToBeClosed"><span class="dashicons dashicons-dismiss"></span></button> |
| 9 | </div> |
| 10 | </div> |
| 11 | </div> |
| 12 |