Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
eb2cacd86acb
Commit
b46d38ae
authored
May 06, 2017
by
Filipa Lacerda
Browse files
Move file loading to the top of the file
parent
863831b5ef68
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/projects/pipelines/_with_tabs.html.haml
View file @
eb2cacd8
-
failed_builds
=
@pipeline
.
statuses
.
latest
.
failed
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_vue'
)
=
page_specific_javascript_bundle_tag
(
'pipelines_graph'
)
.tabs-holder
%ul
.pipelines-tabs.nav-links.no-top.no-bottom
%li
.js-pipeline-tab-link
...
...
@@ -19,10 +23,6 @@
#js-tab-pipeline
.tab-pane
#js-pipeline-graph-vue
{
data:
{
endpoint:
namespace_project_pipeline_path
(
@project
.
namespace
,
@project
,
@pipeline
,
format: :json
)
}
}
-
content_for
:page_specific_javascripts
do
=
page_specific_javascript_bundle_tag
(
'common_vue'
)
=
page_specific_javascript_bundle_tag
(
'pipelines_graph'
)
#js-tab-builds
.tab-pane
-
if
pipeline
.
yaml_errors
.
present?
.bs-callout.bs-callout-danger
...
...
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