Skip to content

Commit

Permalink
IP-328: The questionnaire section of the project landing page should …
Browse files Browse the repository at this point in the history
…have also the problems prompt
  • Loading branch information
PavlosIsaris committed Dec 17, 2024
1 parent ebd8a27 commit cda4cd3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ class="btn btn-primary w-100 respond-questionnaire call-to-action">
</div>
</div>
@endif
@elseif($viewModel->projectHasPublishedProblems)
<a href="{{ route('project.problems-page', ['project_slug' => $viewModel->project->slug]) }}"
class="btn btn-primary call-to-action mx-auto">
{{__("project-problems.project_landing_page_problems_action_button")}} <i
class="fas fa-arrow-right"></i></a>
@else
<div class="text-center content-container">
<div>
Expand Down

0 comments on commit cda4cd3

Please sign in to comment.