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
d47933b6
Commit
d47933b6
authored
Nov 16, 2020
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaces 3 spinner Icons with new ones
parent
6c504c83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/blob/_upload.html.haml
app/views/projects/blob/_upload.html.haml
+1
-1
ee/app/views/projects/_project_templates.html.haml
ee/app/views/projects/_project_templates.html.haml
+2
-2
No files found.
app/views/projects/blob/_upload.html.haml
View file @
d47933b6
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
.form-actions
.form-actions
=
button_tag
class:
'btn gl-button btn-success btn-upload-file'
,
id:
'submit-all'
,
type:
'button'
do
=
button_tag
class:
'btn gl-button btn-success btn-upload-file'
,
id:
'submit-all'
,
type:
'button'
do
=
icon
(
'spin spinner'
,
class:
'js-loading-icon hidden'
)
.spinner.spinner-sm.gl-mr-2.js-loading-icon.hidden
=
button_title
=
button_title
=
link_to
_
(
"Cancel"
),
'#'
,
class:
"btn gl-button btn-cancel"
,
"data-dismiss"
=>
"modal"
=
link_to
_
(
"Cancel"
),
'#'
,
class:
"btn gl-button btn-cancel"
,
"data-dismiss"
=>
"modal"
...
...
ee/app/views/projects/_project_templates.html.haml
View file @
d47933b6
...
@@ -27,10 +27,10 @@
...
@@ -27,10 +27,10 @@
=
render
partial:
'projects/project_templates/template'
,
collection:
Gitlab
::
ProjectTemplate
.
all
=
render
partial:
'projects/project_templates/template'
,
collection:
Gitlab
::
ProjectTemplate
.
all
.project-templates-buttons.import-buttons.tab-pane.js-custom-instance-project-templates-tab-content
#custom-instance-project-templates
{
data:
{
initial_templates:
user_available_project_templates_path
(
current_user
)}
}
.project-templates-buttons.import-buttons.tab-pane.js-custom-instance-project-templates-tab-content
#custom-instance-project-templates
{
data:
{
initial_templates:
user_available_project_templates_path
(
current_user
)}
}
.text-center.m-4
.text-center.m-4
=
icon
(
"spin spinner 2x"
)
.spinner.spinner-md
.project-templates-buttons.import-buttons.tab-pane.js-custom-group-project-templates-tab-content
#custom-group-project-templates
{
data:
{
initial_templates:
user_available_group_templates_path
(
current_user
,
group_id:
group_id
)}
}
.project-templates-buttons.import-buttons.tab-pane.js-custom-group-project-templates-tab-content
#custom-group-project-templates
{
data:
{
initial_templates:
user_available_group_templates_path
(
current_user
,
group_id:
group_id
)}
}
.text-center.m-4
.text-center.m-4
=
icon
(
"spin spinner 2x"
)
.spinner.spinner-md
.project-templates-buttons.import-buttons.tab-pane
#sample-data-templates
.project-templates-buttons.import-buttons.tab-pane
#sample-data-templates
=
render
partial:
'projects/project_templates/template'
,
collection:
Gitlab
::
SampleDataTemplate
.
all
=
render
partial:
'projects/project_templates/template'
,
collection:
Gitlab
::
SampleDataTemplate
.
all
...
...
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