X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fapi%2Frevel%2Ftestdata%2Fapp%2Fviews%2Fhotels%2Fshow.html;fp=src%2Ffoundation%2Fapi%2Frevel%2Ftestdata%2Fapp%2Fviews%2Fhotels%2Fshow.html;h=6d108983ad643708fa93160486f1a3c8e83fae85;hb=1d1ee6961c93781e1187d8c7faa868da6b2f01f4;hp=0000000000000000000000000000000000000000;hpb=56dd5e0f2164b37b40ac1daa188ccc618b4cbd19;p=iec.git diff --git a/src/foundation/api/revel/testdata/app/views/hotels/show.html b/src/foundation/api/revel/testdata/app/views/hotels/show.html new file mode 100644 index 0000000..6d10898 --- /dev/null +++ b/src/foundation/api/revel/testdata/app/views/hotels/show.html @@ -0,0 +1,37 @@ +{{template "header.html" .}} + +

View hotel

+ +{{with .hotel}} +
+ +

+ Name: {{.Name}} +

+

+ Address: {{.Address}} +

+

+ City: {{.City}} +

+

+ State: {{.State}} +

+

+ Zip: {{.Zip}} +

+

+ Country: {{.Country}} +

+

+ Nightly rate: {{.Price}} +

+ +

+ + Back to search +

+
+{{end}} + +{{template "footer.html" .}}