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
6dd6efbb
Commit
6dd6efbb
authored
Aug 25, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove triangle class
parent
ac26955d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/helpers/ee/mirror_helper.rb
ee/app/helpers/ee/mirror_helper.rb
+1
-1
ee/spec/views/shared/_mirror_status.html.haml_spec.rb
ee/spec/views/shared/_mirror_status.html.haml_spec.rb
+1
-1
No files found.
ee/app/helpers/ee/mirror_helper.rb
View file @
6dd6efbb
...
...
@@ -8,7 +8,7 @@ module EE
return
message
if
raw_message
message
=
icon
(
'warning
triangle
'
)
+
' '
+
message
message
=
icon
(
'warning'
)
+
' '
+
message
if
can?
(
current_user
,
:admin_project
,
@project
)
link_to
message
,
project_mirror_path
(
@project
)
...
...
ee/spec/views/shared/_mirror_status.html.haml_spec.rb
View file @
6dd6efbb
...
...
@@ -46,7 +46,7 @@ RSpec.describe 'shared/_mirror_status.html.haml' do
render
'shared/mirror_status'
expect
(
rendered
).
to
have_content
(
"Pull mirroring failed"
)
expect
(
rendered
).
to
have_css
(
'i'
,
class:
'fa-warning
fa-triangle
'
)
expect
(
rendered
).
to
have_css
(
'i'
,
class:
'fa-warning'
)
end
context
'with a previous successful update'
do
...
...
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