Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Jan 7, 2014
1 parent 7435565 commit 38a3c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/wash_with_html/all_services.builder
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ xml.html( "xmlns" => "http://www.w3.org/1999/xhtml" ) {

@services.each do |service|
xml.h1 "#{service['service_name']} Soap Webservice"
xml.p {|pre| pre << "Documentation URI: &nbsp;<a href='#{service['documentation_url']}'><span class='pre'>#{service[:documentation_url]}</span></a>" }
xml.p {|pre| pre << "Documentation URI: &nbsp;<a href='#{service['documentation_url']}'><span class='pre'>#{service['documentation_url']}</span></a>" }
xml.p {|pre| pre << "Endpoint URI: &nbsp;<span class='pre'>#{service['endpoint']}</span>" }
xml.p {|pre| pre << "WSDL URI: &nbsp;<a href='#{service['namespace']}'><span class='pre'>#{service['namespace']}</span></a>" }
end
Expand Down

0 comments on commit 38a3c92

Please sign in to comment.