lib/pact_broker/ui/views/matrix/show.haml in pact_broker-2.13.1 vs lib/pact_broker/ui/views/matrix/show.haml in pact_broker-2.14.0

- old
+ new

@@ -8,9 +8,12 @@ %script{type: 'text/javascript', src:'/js/bootstrap.min.js'} -# This code is an embarassment. Sorry. Just trying to get as much stuff done in the little time I have. .container + .navbar-right + %a{href: '/'} + Home %h1.page-header = title - if defined?(errors) && errors.any? - errors.each do | error |