tkh_mailing_list 0.9.1 → 0.9.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/app/views/details/_form.html.erb +2 -7
- data/lib/tkh_mailing_list/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4fae94da3929b8e0ffbfaac55589d653bb764151
|
|
4
|
+
data.tar.gz: 94b9bfc0c731970fcb0d5cfdcf2312f35e523883
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37bc21297277d51d7d228b560bd9d4ce9e309f03ad6ea9ad70f077e1d2e4e0ac150b8a2f671cf717ce049d12c3750699a22e2c7d28b56b63d126bf1117c423bd
|
|
7
|
+
data.tar.gz: 41f412275b7f4515a7f542b28fd16cd550254f7d617bec2bcef1e5d5979894907fe734276ba90ec8ca89b2a3eed6c440f90a993432972a5755b68586f170cb79
|
data/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
<%= simple_form_for @detail
|
|
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 %>
|
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.
|
|
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-
|
|
11
|
+
date: 2014-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|