mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 15:31:02 +08:00
Merge pull request #8932 from artoscinote/ma_SCI_12451
Add loader to design page [SCI-12451]
This commit is contained in:
commit
801e015b10
2 changed files with 6 additions and 1 deletions
5
app/views/design_elements/_misc.html.erb
Normal file
5
app/views/design_elements/_misc.html.erb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<div id="misc" class="mb-8">
|
||||
<h1>Miscellaneous</h1>
|
||||
<h2>Loader</h2>
|
||||
<div class="w-5"><div class="sci-loader"></div></div>
|
||||
</div>
|
||||
|
|
@ -50,4 +50,4 @@
|
|||
|
||||
<%= render partial: 'icons', locals: {icons_list: icons_list} %>
|
||||
|
||||
|
||||
<%= render partial: 'misc' %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue