Sha256: 2838e685a53e9abe03f73feeb4137304d9de4905dc6616845b75691eff8aed57

Contents?: true

Size: 246 Bytes

Versions: 12

Compression:

Stored size: 246 Bytes

Contents

Coprl::Presenters.define(:discard_dialog) do
  dialog id: :discard_dialog do
    title 'Discard unsaved changes?'
    actions do
      button :discard, id: :discard_button
      button :cancel, type: :raised, id: :cancel_button
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
coprl-3.0.0.beta.12 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.11 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.10 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.9 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.8 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.7 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.6 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.5 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.4 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.3 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.2 app/demo/events/actions/dialogs/discard.pom
coprl-3.0.0.beta.1 app/demo/events/actions/dialogs/discard.pom