Skip to content

Commit

Permalink
fixed HTML parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jan 23, 2025
1 parent 1c7e56e commit ba37609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{-- Show Questionnaire Button if available and user has not answered --}}
@if ($viewModel->questionnaire && !$viewModel->userResponse)
<h3 class="project-section-title text-center mb-5">
{{ $viewModel->questionnaire->fieldsTranslation->title }}
{!! $viewModel->questionnaire->fieldsTranslation->title !!}
</h3>
<a href="{{ route('show-questionnaire-page', ['locale' => app()->getLocale(), 'project' => $viewModel->project->slug, 'questionnaire' => $viewModel->questionnaire->id]) }}"
class="btn btn-primary w-100 respond-questionnaire call-to-action">
Expand Down

0 comments on commit ba37609

Please sign in to comment.