Commit 9d84347618c03a8eae7401ad98586a671466827c

Authored by Nathan Broadbent
1 parent dc526592
Exists in master and in 1 other branch production

Made app name into a link, for errs/show

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/errs/show.html.haml
... ... @@ -2,7 +2,7 @@
2 2 - content_for :title, @err.klass
3 3 - content_for :meta do
4 4 %strong App:
5   - = @app.name
  5 + = link_to @app.name, app_path(@app)
6 6 %strong Where:
7 7 = @err.where
8 8 %br
... ...