forked from saurabh/orbit4-5
14 lines
625 B
Plaintext
14 lines
625 B
Plaintext
|
|
<tr>
|
|
<td><%= attribute.key %></td>
|
|
<td>
|
|
<%= attribute.title %>
|
|
<div class="quick-edit">
|
|
<ul class="nav nav-pills">
|
|
<%= content_tag(:li, link_to(t(:add_attribute_field),edit_admin_member_info_path(attribute))) if current_user.is_admin? %>
|
|
<%= content_tag(:li, link_to(t(:delete_),admin_member_info_path(attribute, :at=>params[:at]), :confirm => t(:sure?), :method => :delete, :class=>"text-error", :remote => true)) if current_user.is_admin? %>
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
<td><%= attribute.key %></td>
|
|
</tr> |