Guest User

Untitled

a guest
May 28th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. ActionView::TemplateError (syntax error on line 33, col 11: ` user:') on line #1 of app/views/users/edit.html.erb:
  2. 1: <h1><%= t 'profile.title' %></h1>
  3. 2: <p><%= t 'profile.introduction' %></p>
  4. 3: <div class="form">
  5. 4: <%= error_messages_for :user -%>
  6.  
  7. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:133:in `load'
  8. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:133:in `load'
  9. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:191:in `load_yml'
  10. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:178:in `send'
  11. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:178:in `load_file'
  12. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:13:in `load_translations'
  13. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:13:in `each'
  14. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:13:in `load_translations'
  15. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:79:in `init_translations'
  16. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:94:in `lookup'
  17. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n/backend/simple.rb:33:in `translate'
  18. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/vendor/i18n-0.0.1/i18n.rb:160:in `translate'
  19. /Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/translation_helper.rb:8:in `t'
  20. app/views/users/edit.html.erb:1
  21.  
  22. ===========================================
  23.  
  24. en_US locale
  25.  
  26. en_US:
  27. profile:
  28. title:"Profile"
  29. introduction:"Here are your personal information."
  30. formLegend:"General Information"
  31. flash:
  32. login:"Logged in successfully."
  33. errorLogin:"Wrong login or password."
  34. logout:"You have been logged out."
  35. activerecord:
  36. attributes:
  37. address:
  38. main:"Main address"
  39. title:"Title"
  40. type:"Type"
  41. street1:"Street line 1"
  42. street2:"Street line 2"
  43. postalCode:"Zip Code"
  44. city:"City"
  45. countryCode:"Country"
  46. created_at:"Created"
  47. updated_at:"Updated"
  48. contact:
  49. main:"Main contact"
  50. fname:"First Name"
  51. lname:"Last Name"
  52. role:"Position"
  53. email:"Email"
  54. phone:"Phone"
  55. mobile:"Mobile"
  56. fax:"Fax"
  57. created_at:"Created"
  58. updated_at:"Updated"
  59. user:
  60. login:"Login"
  61. email:"Email"
  62. name:"Name"
  63. govtId:"Government Id"
  64. activityId:"Activity Id"
  65. language:"Language"
  66. created_at:"Created"
  67. updated_at:"Updated"
Add Comment
Please, Sign In to add comment