Sha256: 76d8cdf256e1c8f5a13248d5c5654f7270e7ecb8dcf74913b2629e9924f3c0f0
Contents?: true
Size: 658 Bytes
Versions: 4
Compression:
Stored size: 658 Bytes
Contents
<tr> <th>Parent</th> <td> <% if account_parent.present? %> <%= link_to account_parent.name, kaui_engine.account_path(@account.parent_account_id) %> <% if can? :update, Kaui::Account %> <%= link_to ' <i class="fa fa-times"></i>'.html_safe, kaui_engine.unlink_to_parent_path(@account.account_id), :method => :delete %> <% end %> <% end %> <% unless account_parent.present? %> <% if can? :update, Kaui::Account %> <button type="button" class="naked" data-toggle="modal" data-target="#link_account"> <i class="fa fa-plus"></i></button> <% end %> <% end %> </td> </tr>
Version data entries
4 entries across 4 versions & 1 rubygems