greenlight/app/views/landing/wait_for_moderator.html.erb

16 lines
321 B
Plaintext

<% content_for :title do %>
<div class="title">
<%= t('wait_for_mod_msg') %>
</div>
<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 %>