Skip to content

Commit b1e4e75

Browse files
committed
Removes checkbox for ruby/python. Removes "install" text
1 parent 9ac1171 commit b1e4e75

File tree

7 files changed

+2
-58
lines changed

7 files changed

+2
-58
lines changed

src/Puphpet/MainBundle/Resources/views/apache/form.html.twig

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
</div>
77

88
<div class="form-group">
9-
<div class="clearfix"><label>Install</label></div>
10-
119
<label class="col-xs-12 radio-tile">
1210
<input type="checkbox" name="apache[install]" value="1"
1311
class="invisible toggle-on-select update-other-input-on-check"

src/Puphpet/MainBundle/Resources/views/hhvm/form.html.twig

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
written in PHP.
1212
<a href="https://github.com/facebook/hhvm/" target="_blank">Learn about HHVM</a>.
1313
</span>
14-
<div class="clearfix"><label>Install</label></div>
15-
1614
<label class="col-xs-12 radio-tile">
1715
<input type="checkbox" name="hhvm[install]" value="1"
1816
class="invisible toggle-on-select update-other-input-on-check"

src/Puphpet/MainBundle/Resources/views/nginx/form.html.twig

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
</div>
77

88
<div class="form-group">
9-
<div class="clearfix"><label>Install</label></div>
10-
119
<label class="col-xs-12 radio-tile">
1210
<input type="checkbox" name="nginx[install]" value="1"
1311
class="invisible toggle-on-select update-other-input-on-check"

src/Puphpet/MainBundle/Resources/views/nodejs/form.html.twig

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<span class="help-text">
1010
It's callbacks all the way down!
1111
</span>
12-
<div class="clearfix"><label>Install</label></div>
13-
1412
<label class="col-xs-12 radio-tile">
1513
<input type="checkbox" name="nodejs[install]" value="1"
1614
class="invisible toggle-on-select"

src/Puphpet/MainBundle/Resources/views/php/form.html.twig

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
PHP is a toy language accidentally chosen to power
1111
some of the largest websites in the world. You probably want Ruby?
1212
</span>
13-
<div class="clearfix"><label>Install</label></div>
14-
1513
<label class="col-xs-12 radio-tile">
1614
<input type="checkbox" name="php[install]" value="1"
1715
class="invisible toggle-on-select update-other-input-on-check"

src/Puphpet/MainBundle/Resources/views/python/form.html.twig

+1-24
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,7 @@
77
<p class="lead">Configure Python versions and packages.</p>
88
</div>
99

10-
<div class="form-group">
11-
<span class="help-text">
12-
Pretty slow, but quite pretty!
13-
</span>
14-
<div class="clearfix"><label>Install</label></div>
15-
16-
<label class="col-xs-12 radio-tile">
17-
<input type="checkbox" name="python[install]" value="1"
18-
class="invisible" checked readonly />
19-
<span class="content">
20-
<span class="header large">
21-
<i class="icon"></i>
22-
<span class="title">Install Python</span>
23-
</span>
24-
<span class="footer">
25-
Python 2.6/2.7 comes preinstalled.
26-
</span>
27-
</span>
28-
</label>
29-
30-
<div class="clearfix"></div>
31-
</div>
32-
33-
<div class="clearfix"></div>
10+
<input type="hidden" name="python[install]" value="1" />
3411

3512
<div class="help-block">
3613
<p>Debian and Ubuntu come with <code>Python 2.7</code>,

src/Puphpet/MainBundle/Resources/views/ruby/form.html.twig

+1-24
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,7 @@
55
<p class="lead">Configure Ruby versions and gems.</p>
66
</div>
77

8-
<div class="form-group">
9-
<span class="help-text">
10-
Fedora and skinny jeans not included.
11-
</span>
12-
<div class="clearfix"><label>Install</label></div>
13-
14-
<label class="col-xs-12 radio-tile">
15-
<input type="checkbox" name="ruby[install]" value="1"
16-
class="invisible" checked readonly />
17-
<span class="content">
18-
<span class="header large">
19-
<i class="icon"></i>
20-
<span class="title">Install Ruby</span>
21-
</span>
22-
<span class="footer">
23-
Ruby 1.9.3 comes preinstalled using RVM.
24-
</span>
25-
</span>
26-
</label>
27-
28-
<div class="clearfix"></div>
29-
</div>
30-
31-
<div class="clearfix"></div>
8+
<input type="hidden" name="ruby[install]" value="1" />
329

3310
<div class="help-block">
3411
<p>Ruby 1.9.3 is already installed in PuPHPet boxes using RVM.

0 commit comments

Comments
 (0)