Sha256: ac842be886870b18f9e0d94324c7c53d290a9051699e318a29a360f33a16d6f8
Contents?: true
Size: 267 Bytes
Versions: 11
Compression:
Stored size: 267 Bytes
Contents
<% content_for :buttons, 'save_buttons' %> <%= simple_form_for(@redirect) do |f| %> <%= render layout: 'form_with_buttons', locals: {f: f} do %> <%= f.input :from_path, label: "From" %> <%= f.input :to_path, label: "To" %> <% end %> <% end %>
Version data entries
11 entries across 11 versions & 2 rubygems