diff --git a/app/views/notices/_summary.html.haml b/app/views/notices/_summary.html.haml index c67f45e..1dc802f 100644 --- a/app/views/notices/_summary.html.haml +++ b/app/views/notices/_summary.html.haml @@ -1,13 +1,15 @@ -%table.summary - %tr - %th URL - %td.main= notice.request['url'] - %tr - %th Where - %td= notice.err.where - %tr - %th Occurred - %td= notice.created_at.to_s(:micro) - %tr - %th Similar - %td= notice.err.notices.count - 1 \ No newline at end of file +.window + %table.summary + - if notice.request['url'].present? + %tr + %th URL + %td.main.nowrap= link_to notice.request['url'], notice.request['url'] + %tr + %th Where + %td= notice.err.where + %tr + %th Occurred + %td= notice.created_at.to_s(:micro) + %tr + %th Similar + %td= notice.err.notices.count - 1 \ No newline at end of file -- libgit2 0.21.2