Sha256: 9e8f52a8b27841ebdcc88ce1652665fac03e38a062e7043c7a18dac3f0e5f302
Contents?: true
Size: 427 Bytes
Versions: 6
Compression:
Stored size: 427 Bytes
Contents
<h1>Editing mailinglist</h1> <%= start_form_tag :action => 'edit', :id => @mailinglist %> <%= render :partial => 'form' %> <%= submit_tag 'Save' %> <%= end_form_tag %> <%= button_to 'Destroy', { :action => 'destroy', :id => @mailinglist }, :confirm => 'Are you sure you want to destroy this mailinglist?' %> <%= link_to 'Show', :action => 'show', :id => @mailinglist %> | <%= link_to 'Back to list', :action => 'list' %>
Version data entries
6 entries across 6 versions & 1 rubygems