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
2703c40d
Commit
2703c40d
authored
Feb 14, 2020
by
Ignacio Gea
Committed by
Phil Hughes
Feb 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate fa-spinner to spinner in milestones directory
parent
8b5f1fc2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
app/views/shared/milestones/_delete_button.html.haml
app/views/shared/milestones/_delete_button.html.haml
+1
-1
app/views/shared/milestones/_sidebar.html.haml
app/views/shared/milestones/_sidebar.html.haml
+0
-4
app/views/shared/milestones/_tab_loading.html.haml
app/views/shared/milestones/_tab_loading.html.haml
+1
-1
No files found.
app/views/shared/milestones/_delete_button.html.haml
View file @
2703c40d
...
...
@@ -9,6 +9,6 @@
milestone_merge_request_count:
@milestone
.
merge_requests
.
count
},
disabled:
true
}
=
_
(
'Delete'
)
=
icon
(
'spin spinner'
,
class:
'js-loading-icon hidden'
)
.spinner.js-loading-icon.hidden
#delete-milestone-modal
app/views/shared/milestones/_sidebar.html.haml
View file @
2703c40d
...
...
@@ -98,10 +98,6 @@
human_time_estimate:
@milestone
.
human_total_issue_time_estimate
,
human_time_spent:
@milestone
.
human_total_issue_time_spent
,
limit_to_hours:
Gitlab
::
CurrentSettings
.
time_tracking_limit_to_hours
.
to_s
}
}
// Fallback while content is loading
.title.hide-collapsed
=
_
(
'Time tracking'
)
=
icon
(
'spinner spin'
)
=
render_if_exists
'shared/milestones/weight'
,
milestone:
milestone
...
...
app/views/shared/milestones/_tab_loading.html.haml
View file @
2703c40d
.text-center.prepend-top-default
=
icon
(
'spin spinner 2x'
,
'aria-hidden'
:
'true'
,
'aria-label'
:
'Loading tab content'
)
.spinner.spinner-md
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