Sha256: 58f419f256054217007be490ad5202a3b3d5d901f22f07a29827057d6290966e
Contents?: true
Size: 664 Bytes
Versions: 16
Compression:
Stored size: 664 Bytes
Contents
<tr> <th>Parent</th> <td> <% if account_parent.present? %> <%= link_to account_parent.account_id, 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
16 entries across 16 versions & 1 rubygems