Commit 0402a183 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Replace loading text with spinner

parent 02bfb0ff
...@@ -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;
} }
} }
......
%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" }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment