Sha256: 7c41710075278fcf41e69e563cbed05090ca8c56b7c0810eeb3243e7fa0278ee

Contents?: true

Size: 428 Bytes

Versions: 53

Compression:

Stored size: 428 Bytes

Contents

<% topic = form.object.respond_to?(:topic) ? form.object.topic : form.object %>
<% if policy(topic).moderate? %>
  <li class="thredded--form-list--admin-options">
    <%= form.label :locked do %>
      <%= form.check_box :locked %> <%= t 'thredded.topics.locked.label' %>
    <% end %>

    <%= form.label :sticky do %>
      <%= form.check_box :sticky %> <%= t 'thredded.topics.sticky.label' %>
    <% end %>
  </li>
<% end %>

Version data entries

53 entries across 53 versions & 2 rubygems

Version Path
thredded-1.1.0 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-1.0.1 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-1.0.0 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.16 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.15 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.14 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.13 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.12 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.11 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.10 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.9 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.8 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.7 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.6 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.5 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.4 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.3 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.1 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.16.0 app/views/thredded/topics/_topic_form_admin_options.html.erb
thredded-0.15.5 app/views/thredded/topics/_topic_form_admin_options.html.erb