Skip to content

Commit

Permalink
move pass-data to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed Mar 9, 2016
1 parent 2dbfed0 commit ee80ecb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="column-two-thirds">

<h1 class="heading-xlarge">
Passing data
Passing data from page to page
</h1>

<p>
Expand All @@ -30,15 +30,11 @@ <h1 class="heading-xlarge">

<pre>
<div class="code">
/app/views/examples/pass-data.html
/app/views/examples/vehicle-type.html
/app/views/examples/vehicle-features.html
/app/views/examples/vehicle-check-answers.html

/app/views/examples/pass-data
</div>
</pre>

<form action="/examples/vehicle-type" method="post" class="form">
<form action="/examples/pass-data/vehicle-type" method="post" class="form">

<div class="form-group">
<fieldset>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="grid-row">
<div class="column-two-thirds">

<form action="/examples/vehicle-check-answers" method="post" class="form">
<form action="/examples/pass-data/vehicle-check-answers" method="post" class="form">

<div class="form-group">
<fieldset>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="grid-row">
<div class="column-two-thirds">

<form action="/examples/vehicle-features" method="post" class="form">
<form action="/examples/pass-data/vehicle-features" method="post" class="form">

<div class="form-group">
<fieldset>
Expand Down

0 comments on commit ee80ecb

Please sign in to comment.