Sha256: ff6102c32eb7457cacdce70a7e64c71a60b93bc23fd59ad60fda7057d95a5390

Contents?: true

Size: 724 Bytes

Versions: 5

Compression:

Stored size: 724 Bytes

Contents

<div class="dc-help"><a id="help-top"></a>
  <h1><%= t('drgcms.dc_help.help') %>: <%= dc_form_title %></h1>
  <div class="help-buttons">
    <% if params[:type] == 'form' %>
      <button onclick="location.href='#fields'; return false;"><%= t('drgcms.dc_help.fields_button') %></button>
    <% end %>
    <% if @commnets %>
      <button onclick="location.href='#comments'; return false;"><%= t('drgcms.dc_help.comments_button') %></button>
    <% end %>
  </div>

  <div class="help-body"><%= dc_help_body if @help %></div>
  <div class="help-fields"><%= dc_help_fields if params[:type] == 'form' %></div>

  <div class="help-top" onclick="location.href='#help-top'; return false;"><%= fa_icon('arrow-up') %></div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
drg_cms-0.6.1.9 app/views/dc_common/_help.html.erb
drg_cms-0.6.1.6 app/views/dc_common/_help.html.erb
drg_cms-0.6.1.5 app/views/dc_common/_help.html.erb
drg_cms-0.6.1.4 app/views/dc_common/_help.html.erb
drg_cms-0.6.1.1.1 app/views/dc_common/_help.html.erb