diff --git a/app/views/apps/show.html.haml b/app/views/apps/show.html.haml index d917fcc..ead3762 100644 --- a/app/views/apps/show.html.haml +++ b/app/views/apps/show.html.haml @@ -3,7 +3,7 @@ = auto_discovery_link_tag :atom, app_url(@app, User.token_authentication_key => current_user.authentication_token, :format => "atom"), :title => "Errbit notices for #{@app.name} at #{root_url}" = javascript_include_tag 'apps.show' - content_for :meta do - %strong Errs Caught: + %strong Errors Caught: = @app.problems.count %strong Deploy Count: = @app.deploys.count @@ -83,7 +83,7 @@ %h3 No deploys - if @app.problems.any? - %h3.clear Errs + %h3.clear Errors = render 'errs/table', :errs => @problems - else %h3.clear No errs have been caught yet, make sure you setup your app diff --git a/app/views/errs/show.html.haml b/app/views/errs/show.html.haml index 37be54b..d880a7e 100644 --- a/app/views/errs/show.html.haml +++ b/app/views/errs/show.html.haml @@ -22,7 +22,7 @@ - if Errbit::Config.allow_comments_with_issue_tracker || !@app.issue_tracker_configured? || @problem.comments.any? - content_for :comments do - %h3 Comments on this Err + %h3 Comments - @problem.comments.each do |comment| .window %table.comment -- libgit2 0.21.2