Sha256: d646f01554a4ba752852629a7c834e6dca4e259460e3d0ffddec916251fb6dc6

Contents?: true

Size: 644 Bytes

Versions: 23

Compression:

Stored size: 644 Bytes

Contents

<div class="page-title">
  <h2><span class="fa fa-folder"></span> <%= "#{@parent.name.pluralize} / " if @parent.present? %> <%= params[:taxonomy].to_s.titleize.pluralize %></h2>
</div>
<div class="page-content-wrap">

  <div class="row">
    <div class="col-md-6 col-md-offset-3">
      <div class="panel panel-default">
        <div class="panel-heading ui-draggable-handle">
          <h3 class="panel-title"><%= @term.id.present? ? "Edit" : "Add" %> <%= params[:taxonomy].to_s.titleize %></h3>
        </div>
          <%= render partial: 'admin/taxonomy/form' %>
      </div>

    </div>
  </div>
  <!-- END PAGE CONTENT WRAPPER -->
</div>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
camaleon_cms-1.1.0 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.9 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.8 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.7 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.6 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.5 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.4 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.3 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.2 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0.1 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-1.0 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.2.1 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.2.0 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.1.9 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.1.8 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.1.7 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.1.6 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.1.5 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.1.4 app/views/admin/taxonomy/edit.html.erb
camaleon_cms-0.1.3 app/views/admin/taxonomy/edit.html.erb