Sha256: 83fadd5fde9f6135cd0955f16539e9fde39900e4136d228238c06f6ca4c3519a

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

= render 'fae/shared/index_header', title: 'Need some help?', new_button: false
.main_content-sections
  section.main_content-section.help-section
    h2.main_content-section-title
      | Contact Us
    .main_content-section-area
      p
        strong Phone:
        |  503.243.3463
        br
        strong Email:
        a href="mailto:fae@wearefine.com"
          |  fae@wearefine.com
        br
        strong Website:
        |  
        a href="http://www.wearefine.com" target="_blank" wearefine.com

  section.main_content-section.help-section
    h2.main_content-section-title Reporting A Bug?
    .main_content-section-area
      h3 Please include this helpful information:
      p
        strong Version:
        |  
        | Fae v
        = Fae::VERSION
        br

        strong Date:
        |  
        = Time.now
        br

        strong Site:
        |  
        = request.url
        br

        strong Env:
        |  
        = Rails.env
        br

        strong Browser:
        |  
        = @browser.name
        |  
        = @browser.full_version
        br

        strong Platform:
        |  
        = @browser.platform
        br

        strong User ID:
        |  
        = current_user.id

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fae-rails-1.2.5 app/views/fae/pages/help.html.slim
fae-rails-1.2.4 app/views/fae/pages/help.html.slim
fae-rails-1.2.3 app/views/fae/pages/help.html.slim
fae-rails-1.2.2 app/views/fae/pages/help.html.slim