Commit f42acdcde53495eafcc8e9ecf7ec20abd540bf21
1 parent
4446bddb
Exists in
master
and in
1 other branch
Added apps.show.js to application.js.erb
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
app/assets/javascripts/application.js.erb
app/views/apps/show.html.haml
| 1 | 1 | - content_for :title, @app.name |
| 2 | 2 | - content_for :head do |
| 3 | 3 | = 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}" |
| 4 | - = javascript_include_tag 'apps.show' | |
| 5 | 4 | - content_for :meta do |
| 6 | 5 | %strong Errors Caught: |
| 7 | 6 | = @app.problems.count | ... | ... |