Sha256: 79f8ac7fc35c062b0d4a6328d7df7221e12f06f58a9dc9f6313b87d382afa8b0
Contents?: true
Size: 377 Bytes
Versions: 9
Compression:
Stored size: 377 Bytes
Contents
<%% if actions.include?(:show) %> <%%= render "components/action_show", key: key, value: value %> <%% end %> <%% if actions.include?(:edit) %> <%%= render "components/action_edit", key: key, value: value %> <%% end %> <%% if actions.include?(:destroy) %> <%%= render "components/action_destroy", key: key, value: value, icon_class: "w-6 h-6", params: params %> <%% end %>
Version data entries
9 entries across 9 versions & 1 rubygems