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
6f73e847
Commit
6f73e847
authored
Feb 18, 2020
by
nuwe1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update changes
parent
2369a03c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
9 deletions
+13
-9
app/views/projects/blob/viewers/_gitlab_ci_yml_loading.html.haml
...ws/projects/blob/viewers/_gitlab_ci_yml_loading.html.haml
+1
-1
app/views/projects/blob/viewers/_loading.html.haml
app/views/projects/blob/viewers/_loading.html.haml
+4
-2
app/views/projects/blob/viewers/_loading_auxiliary.html.haml
app/views/projects/blob/viewers/_loading_auxiliary.html.haml
+1
-1
app/views/projects/blob/viewers/_route_map_loading.html.haml
app/views/projects/blob/viewers/_route_map_loading.html.haml
+1
-1
app/views/projects/blob/viewers/_sketch.html.haml
app/views/projects/blob/viewers/_sketch.html.haml
+3
-2
app/views/projects/blob/viewers/_stl.html.haml
app/views/projects/blob/viewers/_stl.html.haml
+3
-2
No files found.
app/views/projects/blob/viewers/_gitlab_ci_yml_loading.html.haml
View file @
6f73e847
=
icon
(
'spinner spin fw'
)
.spinner.spinner-md.fw
Validating GitLab CI configuration…
Validating GitLab CI configuration…
=
link_to
'Learn more'
,
help_page_path
(
'ci/yaml/README'
)
=
link_to
'Learn more'
,
help_page_path
(
'ci/yaml/README'
)
app/views/projects/blob/viewers/_loading.html.haml
View file @
6f73e847
.text-center.gl-mt-3.gl-mb-3
.text-center.prepend-top-default.append-bottom-default
=
icon
(
'spinner spin 2x'
,
'aria-hidden'
=>
'true'
,
'aria-label'
=>
'Loading content…'
,
class:
'qa-spinner'
)
%gl-loading-icon
{
"aria-hidden"
=>
"true"
,
"aria-label"
=>
"Loading content…"
}
.qa-spinner
app/views/projects/blob/viewers/_loading_auxiliary.html.haml
View file @
6f73e847
=
icon
(
'spinner spin fw'
)
.spinner.spinner-md.fw
Analyzing file…
Analyzing file…
app/views/projects/blob/viewers/_route_map_loading.html.haml
View file @
6f73e847
=
icon
(
'spinner spin fw'
)
.spinner.spinner-md.fw
Validating Route Map…
Validating Route Map…
=
link_to
'Learn more'
,
help_page_path
(
'ci/environments/index.md'
,
anchor:
'going-from-source-files-to-public-pages'
)
=
link_to
'Learn more'
,
help_page_path
(
'ci/environments/index.md'
,
anchor:
'going-from-source-files-to-public-pages'
)
app/views/projects/blob/viewers/_sketch.html.haml
View file @
6f73e847
.file-content
#js-sketch-viewer
{
data:
{
endpoint:
blob_raw_path
}
}
.file-content
#js-sketch-viewer
{
data:
{
endpoint:
blob_raw_path
}
}
.js-loading-icon.text-center.gl-mt-3.gl-mb-3.js-loading-icon
{
'aria-label'
=>
'Loading Sketch preview'
}
.js-loading-icon.text-center.prepend-top-default.append-bottom-default.js-loading-icon
{
'aria-label'
=>
'Loading Sketch preview'
}
=
icon
(
'spinner spin 2x'
,
'aria-hidden'
=>
'true'
);
%gl-loading-icon
{
"aria-hidden"
=>
"true"
}
app/views/projects/blob/viewers/_stl.html.haml
View file @
6f73e847
.file-content.is-stl-loading
.file-content.is-stl-loading
.text-center
#js-stl-viewer
{
data:
{
endpoint:
blob_raw_path
}
}
.text-center
#js-stl-viewer
{
data:
{
endpoint:
blob_raw_path
}
}
=
icon
(
'spinner spin 2x'
,
class:
'gl-mt-3 gl-mb-3'
,
'aria-hidden'
=>
'true'
,
'aria-label'
=>
'Loading'
)
%gl-loading-icon
{
"aria-hidden"
=>
"true"
,
"aria-label"
=>
"Loading"
}
.text-center.gl-mt-3.gl-mb-3.stl-controls
.prepend-top-default.append-bottom-default
.text-center.prepend-top-default.append-bottom-default.stl-controls
.btn-group
.btn-group
%button
.btn.btn-default.btn-sm.js-material-changer
{
data:
{
type:
'wireframe'
}
}
%button
.btn.btn-default.btn-sm.js-material-changer
{
data:
{
type:
'wireframe'
}
}
Wireframe
Wireframe
...
...
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