ecm_contact 1.0.1.pre → 1.0.2.pre

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,12 +1,12 @@
1
1
  <%= simple_form_for @contact_request, :html_class => 'well' do |f| %>
2
- <%= f.input :name %>
3
- <%= f.input :email %>
4
- <%= f.input :phone %>
5
- <%= f.input :message, :as => :text %>
2
+ <%= f.input :name, :input_html => { :class => 'span6' } %>
3
+ <%= f.input :email, :input_html => { :class => 'span6' } %>
4
+ <%= f.input :phone, :input_html => { :class => 'span6' } %>
5
+ <%= f.input :message, :as => :text, :input_html => { :class => 'span12' } %>
6
6
  <%= f.input :terms_of_service, :as => :boolean %>
7
7
 
8
8
  <div class="controls">
9
- <%= button_tag(:type => 'submit', :class => 'input btn', :id => 'ecm_contact_request_submit') do %>
9
+ <%= button_tag(:type => 'submit', :class => 'input btn btn-primary', :id => 'ecm_contact_request_submit') do %>
10
10
  <i class="icon-ok"></i>
11
11
  <%= t('helpers.submit.create', :model => f.object.class.model_name.human) %>
12
12
  <% end %>
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Contact
3
- VERSION = '1.0.1.pre'
3
+ VERSION = '1.0.2.pre'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_contact
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915984
4
+ hash: 961915996
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
9
+ - 2
10
10
  - pre
11
- version: 1.0.1.pre
11
+ version: 1.0.2.pre
12
12
  platform: ruby
13
13
  authors:
14
14
  - Roberto Vasquez Angel