Sha256: b5b753d2ead9d6ca8612cf438769c9b3d8b73d9ba6277886658596c8098fe909
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 Bytes
Contents
<tr> <td><%= sort.id %></td> <td><%= sort.name %></td> <td><%= sort.position %></td> <td><%= sort.parent_id %></td> <td><%= sort.children_count %></td> <td><%= link_to '查看子类', admin_sort_path(sort) %></td> <td><%= link_to '编辑', edit_admin_sort_path(sort) %></td> <td><%= link_to '删除', admin_sort_path(sort), :method => :delete, :data => { :confirm => '确认删除' } %></td> </tr>
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_detail-0.0.1 | app/views/rails_detail_my/knowledges/_sort.html.erb |
rails_detail-0.0.1 | app/views/wikis/_sort.html.erb |