Sha256: 8e1f7a36550089f52a784b30aae16abec4a3357be9d3f25dd5afb2f8d720a64f

Contents?: true

Size: 786 Bytes

Versions: 25

Compression:

Stored size: 786 Bytes

Contents

<tr class="<%= cycle('list_line_odd', 'list_line_even') %>">

	<td class="hidden-xs"><%= check_box_tag 'categories[]', @content.id %></td>
	<td><%= ancestory_indent(@content) %><%= @content.name %></td>
	<td class="hidden-xs"><%= @content.slug %></td>
	<td class="center">
		<div class="btn-group pull-right">
		  <%= link_to edit_admin_term_path(@content), :class => 'btn btn-xs btn-default' do %>
		    <i class="fa fa-pencil"></i>
		  <% end %>        
		  <%= link_to admin_term_path(@content), :class => 'btn btn-xs btn-danger', method: :delete, data: { confirm: t("views.admin.generic.confirm") } do %>
		    <i class="fa fa-trash-o"></i>
		  <% end %>
		</div>
	</td>

</tr>

<% if !@sub.blank? %>

  <%= nested_table(@sub, 'roroacms/admin/partials/term_table_row') %>

<% end %>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
roroacms-1.0.0 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6.7 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6.6 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6.5 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6.4 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6.3 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6.2 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6.1 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.6 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.5 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.4 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.3 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.2 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8.1 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.8 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.7.10 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.7.8 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.7.7 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.7.6 app/views/roroacms/admin/partials/_term_table_row.html.erb
roroacms-0.0.7.5 app/views/roroacms/admin/partials/_term_table_row.html.erb