loading inidicator

This commit is contained in:
Zachary Chai
2016-11-18 17:37:13 -05:00
parent 25bccb7699
commit 445de38860
3 changed files with 8 additions and 0 deletions

View File

@ -5,7 +5,11 @@
<small>
<%= t('wait_for_mod_explanation') %>
</small>
<% end %>
<%= render layout: 'shared/center_panel' do %>
<div class="loading-wrapper">
<%= image_tag "loading-indicator.gif", :alt => "" %>
</div>
<% end %>