Skip to content

Commit d7175b4

Browse files
committed
Fixes wrong div element
1 parent bc83241 commit d7175b4

File tree

1 file changed

+39
-39
lines changed
  • src/Puphpet/Extension/VagrantfileAwsBundle/Resources/views

1 file changed

+39
-39
lines changed

src/Puphpet/Extension/VagrantfileAwsBundle/Resources/views/form.html.twig

+39-39
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="section-header hidden">
22
<h1>Amazon Server Details</h1>
3-
<p class="lead">Spin up your virtual machine on Amazon.</p>
3+
<p class="lead">Spin up your virtual machine on Amazon EC2.</p>
44
</div>
55

66
<div class="form-group">
@@ -184,45 +184,45 @@
184184
<p>
185185
Use Amazon's famously reliable servers for your app!
186186
</p>
187-
</div>
188-
189-
<h3>Installation Requirements</h3>
190-
191-
<p>Run the following commands from your host's terminal (not within the VM):</p>
192187

193-
<ul class="nav nav-pills">
194-
<li class="active"><a href="#aws-instructions-mac" data-toggle="pill">Mac</a></li>
195-
<li><a href="#aws-instructions-windows" data-toggle="pill">Windows</a></li>
196-
<li><a href="#aws-instructions-linux" data-toggle="pill">Linux</a></li>
197-
</ul>
198-
199-
<div class="tab-content">
200-
<div class="tab-pane active" id="aws-instructions-mac">
201-
<code class="col-xs-11 inline-instructions">
202-
$ vagrant plugin install vagrant-aws<br />
203-
$ vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
204-
</code>
205-
</div>
206-
<div class="tab-pane" id="aws-instructions-windows">
207-
<code class="col-xs-11 inline-instructions">
208-
$ vagrant plugin install vagrant-aws<br />
209-
$ vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
210-
</code>
211-
212-
<div class="clearfix"></div>
213-
214-
<p>
215-
You need rsync installed. Easiest way is to use Cygwin and install it through there.
216-
Alternatively, you can
217-
<a href="https://www.itefix.no/i2/content/cwrsync-free-edition" target="_blank">install rsync separately</a>
218-
and add it to your PATH.
219-
</p>
220-
</div>
221-
<div class="tab-pane" id="aws-instructions-linux">
222-
<code class="col-xs-11 inline-instructions">
223-
$ vagrant plugin install vagrant-aws<br />
224-
$ vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
225-
</code>
188+
<h3>Installation Requirements</h3>
189+
190+
<p>Run the following commands from your host's terminal (not within the VM):</p>
191+
192+
<ul class="nav nav-pills">
193+
<li class="active"><a href="#aws-instructions-mac" data-toggle="pill">Mac</a></li>
194+
<li><a href="#aws-instructions-windows" data-toggle="pill">Windows</a></li>
195+
<li><a href="#aws-instructions-linux" data-toggle="pill">Linux</a></li>
196+
</ul>
197+
198+
<div class="tab-content">
199+
<div class="tab-pane active" id="aws-instructions-mac">
200+
<code class="col-xs-11 inline-instructions">
201+
$ vagrant plugin install vagrant-aws<br />
202+
$ vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
203+
</code>
204+
</div>
205+
<div class="tab-pane" id="aws-instructions-windows">
206+
<code class="col-xs-11 inline-instructions">
207+
$ vagrant plugin install vagrant-aws<br />
208+
$ vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
209+
</code>
210+
211+
<div class="clearfix"></div>
212+
213+
<p>
214+
You need rsync installed. Easiest way is to use Cygwin and install it through there.
215+
Alternatively, you can
216+
<a href="https://www.itefix.no/i2/content/cwrsync-free-edition" target="_blank">install rsync separately</a>
217+
and add it to your PATH.
218+
</p>
219+
</div>
220+
<div class="tab-pane" id="aws-instructions-linux">
221+
<code class="col-xs-11 inline-instructions">
222+
$ vagrant plugin install vagrant-aws<br />
223+
$ vagrant box add dummy https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box
224+
</code>
225+
</div>
226226
</div>
227227
</div>
228228
<div class="modal-footer">

0 commit comments

Comments
 (0)