astrochimp 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<% if ENV['
|
|
2
|
-
<h2><%= ENV['
|
|
1
|
+
<% if ENV['AC_SUBHEADER'] %>
|
|
2
|
+
<h2><%= ENV['AC_SUBHEADER'] %></h2>
|
|
3
3
|
<% end %>
|
|
4
4
|
<%= form_for(@signup) do |f| %>
|
|
5
5
|
<% if @signup.errors.any? %>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<div class="controls">
|
|
16
16
|
<div class="input-append">
|
|
17
17
|
<%= text_field_tag :email, (params[:signup][:email] if params[:signup] or nil), name: 'signup[email]', placeholder: 'Email address', class: 'span4 btn-large' %>
|
|
18
|
-
<%= submit_tag ENV['
|
|
18
|
+
<%= submit_tag ENV['AC_SUBMIT_TEXT'].html_safe, class: 'btn btn-success btn-large' %>
|
|
19
19
|
</div>
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
data/lib/astrochimp/version.rb
CHANGED