examples/api-samples/views/sample11.haml in groupdocs-1.7.0 vs examples/api-samples/views/sample11.haml in groupdocs-1.8.0
- old
+ new
@@ -34,10 +34,10 @@
%br/
#requestForm{:style => 'padding:20px; border:1px solid black;'}
- %form{:action => '/sample-11-how-to-programmatically-create-and-post-an-annotation-into-document', :method => 'post'}
+ %form{:action => '/sample-11-how-programmatically-create-and-post-an-annotation-into-document', :method => 'post'}
%input{:type => 'hidden', :name => 'annotationId', :value => (defined? annotationId) ? annotationId : ''}
%p Enter data for request and press "Make request" button
%label{:for => 'clientId'} GroupDocs ClientID
%br/