Skip to content

Commit

Permalink
fix: open survey response links in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vecerek committed Feb 27, 2024
1 parent c0e9e75 commit 26ac337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/request_page.hbs
Expand Up @@ -140,7 +140,7 @@
{{/is}}
</div>

{{#link 'survey_response' id=../id}}
{{#link 'survey_response' id=../id target="_blank"}}
{{#if ../editable}}
{{t 'edit_feedback'}}
{{else}}
Expand All @@ -154,7 +154,7 @@
<dl class="request-details">
<dt>{{t 'rating'}}</dt>
<dd>
{{#link 'survey_response' id=id}}
{{#link 'survey_response' id=id target="_blank"}}
{{t 'add_feedback'}}
{{/link}}
</dd>
Expand Down

0 comments on commit 26ac337

Please sign in to comment.