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

Replace loading text with spinner

parent 02bfb0ff
......@@ -242,7 +242,7 @@ $colors: (
display: none;
}
.loading-text {
.loading {
display: block;
}
}
......@@ -262,7 +262,7 @@ $colors: (
}
}
.loading-text {
.loading {
display: none;
}
}
......
%template{ id: "diff-file-editor" }
%div
.editor-wrap{ ":class" => "classObject" }
%p.loading-text Loading...
.loading
%i.fa.fa-spinner.fa-spin
.editor
%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