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
0402a183
Commit
0402a183
authored
Sep 19, 2016
by
Alfredo Sumaran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace loading text with spinner
parent
02bfb0ff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/stylesheets/pages/merge_conflicts.scss
app/assets/stylesheets/pages/merge_conflicts.scss
+2
-2
app/views/projects/merge_requests/conflicts/components/_diff_file_editor.html.haml
...requests/conflicts/components/_diff_file_editor.html.haml
+2
-1
No files found.
app/assets/stylesheets/pages/merge_conflicts.scss
View file @
0402a183
...
@@ -242,7 +242,7 @@ $colors: (
...
@@ -242,7 +242,7 @@ $colors: (
display
:
none
;
display
:
none
;
}
}
.loading
-text
{
.loading
{
display
:
block
;
display
:
block
;
}
}
}
}
...
@@ -262,7 +262,7 @@ $colors: (
...
@@ -262,7 +262,7 @@ $colors: (
}
}
}
}
.loading
-text
{
.loading
{
display
:
none
;
display
:
none
;
}
}
}
}
...
...
app/views/projects/merge_requests/conflicts/components/_diff_file_editor.html.haml
View file @
0402a183
%template
{
id:
"diff-file-editor"
}
%template
{
id:
"diff-file-editor"
}
%div
%div
.editor-wrap
{
":class"
=>
"classObject"
}
.editor-wrap
{
":class"
=>
"classObject"
}
%p
.loading-text
Loading...
.loading
%i
.fa.fa-spinner.fa-spin
.editor
.editor
%pre
{
"style"
=>
"height: 350px"
}
%pre
{
"style"
=>
"height: 350px"
}
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