forked from External/greenlight
12 lines
222 B
Plaintext
12 lines
222 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 %>
|
|
<% end %>
|