Sha256: eb052163178bdfd28c259d2600a77cfc12c97fea2a0397a1d42e0d5b77b16dd0
Contents?: true
Size: 377 Bytes
Versions: 8
Compression:
Stored size: 377 Bytes
Contents
<% if actions.include? :show %> <%= link_to 'Просмотреть', url_for(object) %> <br/> <% end %> <% if actions.include? :edit %> <%= link_to 'Редактировать', url_for([:edit, object]) %> <br/> <% end %> <% if actions.include? :destroy %> <%= link_to 'Удалить', url_for(object), method: :delete, data: {confirm: 'Are you sure?'} %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems