Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
92d55182
Commit
92d55182
authored
Aug 26, 2019
by
jakeburden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add attributes to open deployed pages in new tab
parent
14597d12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
app/views/projects/pages/_access.html.haml
app/views/projects/pages/_access.html.haml
+8
-2
No files found.
app/views/projects/pages/_access.html.haml
View file @
92d55182
...
...
@@ -7,9 +7,15 @@
%strong
=
_
(
"Your pages are served under:"
)
%p
=
link_to
@project
.
pages_url
,
@project
.
pages_url
%p
=
link_to
@project
.
pages_url
,
target: :_blank
,
rel:
'noopener noreferrer'
do
=
@project
.
pages_url
=
icon
(
'external-link'
)
-
@project
.
pages_domains
.
each
do
|
domain
|
%p
=
link_to
domain
.
url
,
domain
.
url
%p
=
link_to
domain
.
url
,
target: :_blank
,
rel:
'noopener noreferrer'
do
=
domain
.
url
=
icon
(
'external-link'
)
.card-footer.alert-primary
=
_
(
"It may take up to 30 minutes before the site is available after the first deployment."
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment