tkh_mailing_list 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c06d8c4952e038933330b519327e762d69928ddc
4
- data.tar.gz: 6f2ba50a33c80e92c9cc46d636c1e5cad954e7f0
3
+ metadata.gz: 4fae94da3929b8e0ffbfaac55589d653bb764151
4
+ data.tar.gz: 94b9bfc0c731970fcb0d5cfdcf2312f35e523883
5
5
  SHA512:
6
- metadata.gz: e817171250dd2f288b8e4254200a6b9176c38aea3d592343880d30022bc41ffbc28115e7c5fe7ac5081d02c9a1659fc883b4bca2890a0f186a7310d2e6eea242
7
- data.tar.gz: 87e0be80a34948bcdb28b109b896d5639af924666951066372994a37b9f63ec32fc38e99431bb97358a53b215f0ffe3285ed82b0e51696c5e3a7e24871cc80bd
6
+ metadata.gz: 37bc21297277d51d7d228b560bd9d4ce9e309f03ad6ea9ad70f077e1d2e4e0ac150b8a2f671cf717ce049d12c3750699a22e2c7d28b56b63d126bf1117c423bd
7
+ data.tar.gz: 41f412275b7f4515a7f542b28fd16cd550254f7d617bec2bcef1e5d5979894907fe734276ba90ec8ca89b2a3eed6c440f90a993432972a5755b68586f170cb79
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.9.2
6
+
7
+ * Fixed up details user form
8
+
9
+
5
10
  ## 0.9.1
6
11
 
7
12
  * Added permissions to details protected attributes.
@@ -1,15 +1,10 @@
1
- <%= simple_form_for @detail, :html => { class: 'form-horizontal' } do |f| %>
1
+ <%= simple_form_for @detail do |f| %>
2
2
  <%= f.error_notification %>
3
3
 
4
- <div class="form-inputs">
5
4
  <%= f.input :first_name, label: t('activerecord.attributes.users.first_name') %>
6
5
  <%= f.input :last_name, label: t('activerecord.attributes.users.last_name') %>
7
6
  <%= f.input :other_name, label: t('activerecord.attributes.users.other_name'), hint: 'for example, spiritual name' %>
8
- <%= f.input :email, label: t('activerecord.attributes.users.email') %>
9
- </div>
7
+ <%= f.input :email, label: t('activerecord.attributes.users.email'), hint: 'change with caution!!!! the email is used to login.' %>
10
8
 
11
- <div class="form-actions">
12
9
  <%= f.button :submit, :class => 'btn btn-primary' %>
13
- </div>
14
-
15
10
  <% end %>
@@ -1,3 +1,3 @@
1
1
  module TkhMailingList
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_mailing_list
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swami Atma
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-16 00:00:00.000000000 Z
11
+ date: 2014-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler