Sha256: 1fd9c720a60cf4637e8dffbef8bb689ed9181f2b6e8cc2341c3b03ab2bd22496

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 KB

Contents

<% content_for :page_heading do %>
  <i class="icon-large icon-sidebar"></i>
  <h2 class="page-title"><%= t(".sidebar") %></h2>
<% end %>

<div class='alert alert-info'>
  <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
  <p><%= t(".explain_how_its_works") %></p>
  <p><%= t(".download_more_plugins_html") %></p>
</div>
<p class='help-block'></p>

<%= form_tag(url_for(action: 'publish'), method: :put) do %>
  <div class='form-actions'>
    <%= link_to(t(".cancel"), {action: 'index'}) %>
    <%= t(".or") %>
    <%= submit_tag(t('.publish_changes'), class: 'btn btn-success') %>
  </div>
<% end %>

<div id="messages">&nbsp;</div>

<%= render 'config', available_sidebars: @available, ordered_sidebars: @ordered_sidebars %>

<%= form_tag(url_for(action: 'publish'), method: :put) do %>
  <div class='form-group'>
    <%= link_to(t(".cancel"), {action: 'index'}) %>
    <%= t(".or") %>
    <%= submit_tag(t('.publish_changes'), class: 'btn btn-success') %>
  </div>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/admin/sidebar/index.html.erb
publify_core-9.0.1 app/views/admin/sidebar/index.html.erb
publify_core-9.0.0 app/views/admin/sidebar/index.html.erb
publify_core-9.0.0.pre6 app/views/admin/sidebar/index.html.erb
publify_core-9.0.0.pre5 app/views/admin/sidebar/index.html.erb
publify_core-9.0.0.pre4 app/views/admin/sidebar/index.html.erb
publify_core-9.0.0.pre3 app/views/admin/sidebar/index.html.erb
publify_core-9.0.0.pre2 app/views/admin/sidebar/index.html.erb
publify_core-9.0.0.pre1 app/views/admin/sidebar/index.html.erb