Sha256: bcbd8028425f39c319a70650a1a2061aeff96f7dc14c860c2b39c380086a50fd
Contents?: true
Size: 338 Bytes
Versions: 4
Compression:
Stored size: 338 Bytes
Contents
<h1>Editing Asset</h1> <p class="alert alert-warning">Only reason for this form is to add a missing parent_id to an asset.</p> <%= simple_form_for(@asset, :url => admin_asset_path) do |f| %> <%= render 'form', asset: @asset, f: f %> <% end %> <%= link_to 'Show', admin_asset_path(@asset) %> | <%= link_to 'Back', admin_assets_path %>
Version data entries
4 entries across 4 versions & 1 rubygems