10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
<div class="user-budget-investment-table-actions">
|
|
<% if can? :update, investment %>
|
|
<%= edit_link %>
|
|
<% end %>
|
|
|
|
<% if can? :destroy, investment %>
|
|
<%= destroy_button %>
|
|
<% end %>
|
|
</div>
|