Open snippets visibility help link in a new tab

This commit is contained in:
George Tsiolis 2019-05-22 18:20:05 +03:00
parent c18136ae48
commit 309b77e8ed
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,6 @@
.form-group.row
.col-sm-2.col-form-label
= _('Visibility level')
= link_to icon('question-circle'), help_page_path("public_access/public_access")
= link_to icon('question-circle'), help_page_path("public_access/public_access"), target: '_blank'
.col-sm-10
= render 'shared/visibility_level', f: f, visibility_level: visibility_level, can_change_visibility_level: can_change_visibility_level, form_model: form_model, with_label: with_label

View file

@ -0,0 +1,5 @@
---
title: Open visibility help link in a new tab
merge_request: 28603
author: George Tsiolis
type: fixed