saucy 0.2.15 → 0.2.16
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.
- data/app/views/accounts/new.html.erb +5 -5
- metadata +3 -3
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
<%= semantic_form_for @signup, :url => plan_accounts_path(@plan) do |form| %>
|
|
6
6
|
<%= form.error_messages %>
|
|
7
7
|
|
|
8
|
+
<div class="plan chosen">
|
|
9
|
+
<h3>You're signing up for:</h3>
|
|
10
|
+
<%= render @plan %>
|
|
11
|
+
</div>
|
|
12
|
+
|
|
8
13
|
<h5 class="legend">Basic Information</h5>
|
|
9
14
|
<%= form.inputs do %>
|
|
10
15
|
<%= form.input :account_name, :label => 'Company Name', :hint => account_url(Account.new(:keyword => 'keyword')).html_safe, :required => true %>
|
|
@@ -21,11 +26,6 @@
|
|
|
21
26
|
<% end -%>
|
|
22
27
|
<% end -%>
|
|
23
28
|
|
|
24
|
-
<div class="plan chosen">
|
|
25
|
-
<h3>You're signing up for:</h3>
|
|
26
|
-
<%= render @plan %>
|
|
27
|
-
</div>
|
|
28
|
-
|
|
29
29
|
<% if @plan.billed? -%>
|
|
30
30
|
<h5 class="legend">Billing Information</h5>
|
|
31
31
|
<%= render :partial => 'billings/form', :locals => { :form => form } %>
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saucy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 55
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 0.2.
|
|
9
|
+
- 16
|
|
10
|
+
version: 0.2.16
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- thoughtbot, inc.
|