From f42acdcde53495eafcc8e9ecf7ec20abd540bf21 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sun, 10 Jun 2012 21:51:10 +1200 Subject: [PATCH] Added apps.show.js to application.js.erb --- app/assets/javascripts/application.js.erb | 1 + app/views/apps/show.html.haml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/application.js.erb b/app/assets/javascripts/application.js.erb index c6f0a86..eb1263a 100644 --- a/app/assets/javascripts/application.js.erb +++ b/app/assets/javascripts/application.js.erb @@ -6,6 +6,7 @@ //= require jquery.alerts //= require rails.alerts //= require errbit +//= require apps.show //= require_self // Allow any gems named 'errbit_*' to require their own assets diff --git a/app/views/apps/show.html.haml b/app/views/apps/show.html.haml index 1d456fb..2a7092f 100644 --- a/app/views/apps/show.html.haml +++ b/app/views/apps/show.html.haml @@ -1,7 +1,6 @@ - content_for :title, @app.name - content_for :head do = auto_discovery_link_tag :atom, app_path(@app, User.token_authentication_key => current_user.authentication_token, :format => "atom"), :title => "Errbit notices for #{@app.name} at #{request.host}" - = javascript_include_tag 'apps.show' - content_for :meta do %strong Errors Caught: = @app.problems.count -- libgit2 0.21.2