Sha256: 707876b7bf61518b538c9b4a45072f1b3349a350547c8be50603226ba41d854a
Contents?: true
Size: 663 Bytes
Versions: 3
Compression:
Stored size: 663 Bytes
Contents
- breadcrumb_for_application @application, 'Confirm delete' %h1 Delete Application = semantic_form_for @application, :html => {:method => :delete, :class => 'form'} do |f| %p Are you sure you want to delete the application <strong>'#{@application.name}'?</strong> %p This will delete all the code and data associated with the app, and cannot be undone. Make sure this is something you really want to do! = f.semantic_errors = f.buttons do = link_to 'Cancel', @referer || application_path(@application), :class => 'btn' = f.commit_button :label => "Delete", :button_html => {:class => 'btn btn-danger'} = f.loading
Version data entries
3 entries across 3 versions & 1 rubygems