Sha256: bbcad47865b35b1bf822532a8f9b6d18de5111e9b88b280ddf6f6c7d262a62e3
Contents?: true
Size: 943 Bytes
Versions: 14
Compression:
Stored size: 943 Bytes
Contents
= render 'fae/shared/index_header', title: 'Need some help?', breadcrumbs: false, new_button: false section.help-section article.content h2 Contact Us 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 article.content h2 Reporting A Bug? h3 Please include this helpful information: ruby: help_information = { 'Version' => "Fae v#{Fae::VERSION}", 'Date' => Time.now, 'Site' => request.url, 'Env' => Rails.env, 'Browser' => "#{@browser.name} #{@browser.full_version}", 'Platform' => @browser.platform, 'User ID' => current_user.id } p - help_information.each do |identifier, value| strong> #{identifier}: = value br
Version data entries
14 entries across 14 versions & 2 rubygems