You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jo...@apache.org on 2016/05/21 12:49:11 UTC

[02/28] struts-examples git commit: Update rest angular example

http://git-wip-us.apache.org/repos/asf/struts-examples/blob/558c6b0f/rest-angular/src/main/webapp/partials/order-form.html
----------------------------------------------------------------------
diff --git a/rest-angular/src/main/webapp/partials/order-form.html b/rest-angular/src/main/webapp/partials/order-form.html
index 842e54a..4c16117 100644
--- a/rest-angular/src/main/webapp/partials/order-form.html
+++ b/rest-angular/src/main/webapp/partials/order-form.html
@@ -40,7 +40,7 @@
     <table>
 </form>
 
-<a href="orders" class="btn btn-info">
+<a href="/orders" class="btn btn-info">
     <span class="glyphicon glyphicon-arrow-left"></span> {{'orders.back' | translate}}
 </a>