Sha256: 5d1c1e33f971f4002a34a3db7fb6d0c393492479471505ca5d58e0f8dfd38ed1

Contents?: true

Size: 450 Bytes

Versions: 35

Compression:

Stored size: 450 Bytes

Contents

<div id="<%= dom_id ptcet, :styles_list %>" >
  <% @ptcet.styles.each do |style| %>
    <%= render partial: '/pulitzer/styles/show_wrapper', locals: { style: style } %>
  <% end %>
</div>
<div id="<%= dom_id(@ptcet, :new_style) %>"></div>

<div class="pulitzer-row margin-bottom">
  <%= ajax_link "add a new style for #{ptcet.label}", new_style_path(style: {post_type_content_element_type_id: @ptcet.id}), {}, dom_target(ptcet, :new_style) %>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
pulitzer-0.15.11 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.10 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.9 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.8 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.7 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.6 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.5 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.4 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.3 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.2 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.1 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.15.0 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.14.4 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.14.3 app/views/pulitzer/styles/_index.html.erb
pulitzer-0.14.2 app/views/pulitzer/styles/_index.html.erb