Sha256: 983d022e2082337fb66d60af6c1c785ec782ae9d0c2d9e3725a8cfaf883af5f7

Contents?: true

Size: 1017 Bytes

Versions: 6

Compression:

Stored size: 1017 Bytes

Contents

= form_with(model: @ticket) do |form|
  - if @ticket.errors.any?
    div style="color: red"
      h2 = "#{pluralize(@ticket.errors.count, "error")} prohibited this ticket from being saved:"
      ul
        - @ticket.errors.each do |error|
          li = error.full_message

  p[style="font-size: 16px; font-weight: 550;"]
    strong Click on the button below to open a ticket
    br
    strong Opening a ticket you confirm the following:
    br
    strong
      | You have read and understood the 
      = link_to "Terms and Conditions", terms_path, style: "color: #a0aec0;"
      |  and the 
      = link_to "Privacy Policy", privacy_policy_path, style: "color: #a0aec0;"
      br
      |  of Outerspace and agree to be bound by them.
      br
      | You either have confirm that you will not try to break the rules of mining concept and have readed the rules of mining concept.
  br

  div
    = form.submit class: "px-4 py-2 rounded bg-purple-500 hover_bg-purple-700 text-white", value:"Open a ticket"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
osbc-0.2.0 app/views/tickets/_form.html.slim
osbc-0.1.9 app/views/tickets/_form.html.slim
osbc-0.1.8 app/views/tickets/_form.html.slim
osbc-0.1.7 app/views/tickets/_form.html.slim
osbc-0.1.6 app/views/tickets/_form.html.slim
osbc-0.1.5 app/views/tickets/_form.html.slim