BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
583f835e
Commit
583f835e
authored
Sep 01, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds verfication for the cookie
parent
354df652
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
11 deletions
+9
-11
dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-2
index.html.haml
app/views/projects/merge_requests/index.html.haml
+2
-2
index.html.haml
app/views/projects/pipelines/index.html.haml
+2
-2
show.html.haml
app/views/projects/show.html.haml
+2
-2
show.html.haml
app/views/projects/tree/show.html.haml
+2
-2
_auto_devops_callout.html.haml
app/views/shared/_auto_devops_callout.html.haml
+1
-1
No files found.
app/assets/javascripts/dispatcher.js
View file @
583f835e
...
...
@@ -385,8 +385,6 @@ import initChangesDropdown from './init_changes_dropdown';
parentEl
:
'.pipelines-tabs'
,
},
});
new
UserCallout
();
break
;
case
'groups:activity'
:
new
gl
.
Activities
();
...
...
app/views/projects/merge_requests/index.html.haml
View file @
583f835e
...
...
@@ -20,8 +20,8 @@
-
if
@project
.
merge_requests
.
exists?
%div
{
class:
container_class
}
-
# TODO add verfication
=
render
'shared/auto_devops_callout'
-
if
show_callout?
(
'auto_devops_settings_dismissed'
)
=
render
'shared/auto_devops_callout'
.top-area
=
render
'shared/issuable/nav'
,
type: :merge_requests
.nav-controls
{
class:
(
"visible-xs"
if
show_new_nav?
)
}
...
...
app/views/projects/pipelines/index.html.haml
View file @
583f835e
...
...
@@ -3,8 +3,8 @@
=
render
"projects/pipelines/head"
%div
{
'class'
=>
container_class
}
-
# TODO add verfication
=
render
'shared/auto_devops_callout'
-
if
show_callout?
(
'auto_devops_settings_dismissed'
)
=
render
'shared/auto_devops_callout'
#pipelines-list-vue
{
data:
{
endpoint:
project_pipelines_path
(
@project
,
format: :json
),
"help-page-path"
=>
help_page_path
(
'ci/quick_start/README'
),
...
...
app/views/projects/show.html.haml
View file @
583f835e
...
...
@@ -81,8 +81,8 @@
-
view_path
=
default_project_view
-
# TODO add verfication
=
render
'shared/auto_devops_callout'
-
if
show_callout?
(
'auto_devops_settings_dismissed'
)
=
render
'shared/auto_devops_callout'
%div
{
class:
project_child_container_class
(
view_path
)
}
=
render
view_path
app/views/projects/tree/show.html.haml
View file @
583f835e
...
...
@@ -14,7 +14,7 @@
=
render
"projects/commits/head"
%div
{
class:
[
container_class
,
(
"limit-container-width"
unless
fluid_layout
)]
}
-
# TODO add verfication
=
render
'shared/auto_devops_callout'
-
if
show_callout?
(
'auto_devops_settings_dismissed'
)
=
render
'shared/auto_devops_callout'
=
render
'projects/last_push'
=
render
'projects/files'
,
commit:
@last_commit
,
project:
@project
,
ref:
@ref
,
content_url:
project_tree_path
(
@project
,
@id
)
app/views/shared/_auto_devops_callout.html.haml
View file @
583f835e
.user-callout
{
data:
{
uid:
'
TODO
'
}
}
.user-callout
{
data:
{
uid:
'
auto_devops_settings_dismissed
'
}
}
.bordered-box.landing.content-block
%button
.btn.btn-default.close.js-close-callout
{
type:
'button'
,
'aria-label'
=>
'Dismiss Auto Dev Ops box'
}
...
...
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