From c6e1191605ea7a6752aa70a760cc4b5bf7c52268 Mon Sep 17 00:00:00 2001 From: bogdanRada Date: Fri, 23 May 2014 14:16:56 +0300 Subject: [PATCH] style --- app/views/wash_with_html/doc.builder | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/wash_with_html/doc.builder b/app/views/wash_with_html/doc.builder index e78ae17..84ac751 100644 --- a/app/views/wash_with_html/doc.builder +++ b/app/views/wash_with_html/doc.builder @@ -34,12 +34,13 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) { xml.h1 "#{ @document.service} Soap WebService interface description" xml.p{ |y| y << "Endpoint URI:"; - xml.a( "href" => "javascript:void(0);" ) { |y| y << "#{@document.endpoint}"}; + xml.span( "class" => "pre") { |y| y << "#{@document.endpoint}"}; } xml.p{ |y| y << "WSDL URI:"; + xml.span( "class" => "pre") { xml.a( "href" => "#{@document.namespace}") { |y| y << "#{@document.namespace}" } - ;} + };} unless @document.service_description.blank? xml.h1 "#{@document.service}"