Formatting and issues replied via email
Created by: robertminer1
Getting the error below when a user replies to an issue via email, cant navigate to the issue reply on the web admin side.
Processing by Projects::IssuesController#show as HTML
Parameters: {"namespace_id"=>"root", "project_id"=>"repo-1", "id"=>"1"}
Completed 500 Internal Server Error in 454ms
ActionView::Template::Error (Cannot allocate memory - node /tmp/execjs20150413-22489-19o3ova.js 2>&1):
42: .description-block.subscribed{class: ( "hidden" unless @issue.subscribed?(current_user) )}
43: You're receiving notifications because you're subscribed to this thread.
44:
45: :coffeescript
46: $ ->
47: new Subscription("#{toggle_subscription_namespace_project_issue_path(@issue.project.namespace, @project, @issue)}")
app/views/projects/issues/_issue_context.html.haml:45:in `_app_views_projects_issues__issue_context_html_haml___3784612983717219930_22650920'
app/views/projects/issues/_discussion.html.haml:23:in `_app_views_projects_issues__discussion_html_haml__1647456273593870134_40653200'
app/views/projects/issues/show.html.haml:40:in `_app_views_projects_issues_show_html_haml__4033274212116197121_41999000'
app/controllers/projects/issues_controller.rb:54:in `show'
Started GET "/root/repo-1/issues/1" for 23.242.200.123 at 2015-04-13 03:32:26 -0400
Processing by Projects::IssuesController#show as HTML
Parameters: {"namespace_id"=>"root", "project_id"=>"repo-1", "id"=>"1"}
Completed 500 Internal Server Error in 410ms