tkh_illustrations 0.9.4 → 0.9.5

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: 9c784f4e79e12e75ab93035079b68cc3cb88140e
4
- data.tar.gz: 1f943c41f92685c3f05b6a2ded82cf9858fb1d00
3
+ metadata.gz: 1fb5b760edb88ee87153cd27a93596fafda9d840
4
+ data.tar.gz: e2bda5aa1e5e2186e9b66290b84da1c44e660fa9
5
5
  SHA512:
6
- metadata.gz: d5382ff5352759cd67e73365185da7f1216e9797010127eef69c6a6ce6598194d795ce273fb036a471f9d99b8d3e427f8134089a7f38bb7b90e536511f6d99f5
7
- data.tar.gz: ac7a004da61c65e2f81aeb0eeddb762dc7a3913948dbabd2a3063e0fe24b9be91e01164bac9a517ed868cb596e700891eb710362513e6e071fd472f724750e93
6
+ metadata.gz: d48f0dbb5fa462c3806a65c181e5170461e8b3ea354618ef9bd82ba83ce3ef530ea6d31cc654a7d0b87abe6ab483c36bcd097f5dce28bc7af46217146e1e6b30
7
+ data.tar.gz: df5d72aa9e23e327c682c1e9755860bf0134d9ef5ad0c0b4bc9f8bd03ef4a13d679c657a58b61a459fcfe55041ed89c4ec60af1dd0a50d94be0d6664f41a3ee6
data/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
 
4
4
 
5
+ ## 0.9.5
6
+
7
+ * Fixed up the markup of a few forms.
8
+
9
+
5
10
  ## 0.9.4
6
11
 
7
12
  * Added a Downloads resource for MP3 sound files and PDF documents
@@ -1,8 +1,8 @@
1
- <%= simple_form_for @download, :html => { multipart: true, class: 'form-horizontal' } do |f| %>
1
+ <%= simple_form_for @download, :html => { multipart: true } do |f| %>
2
2
  <%= f.error_notification %>
3
3
 
4
- <%= f.input :thing, label: 'select document or asset' %><br />
5
- <%= f.input :name, label: 'name' %><br />
6
- <%= f.button :submit, :class => 'btn btn-primary' %>
4
+ <%= f.input :thing, label: 'select document or asset' %>
5
+ <%= f.input :name, label: 'name' %>
7
6
 
7
+ <%= f.button :submit, :class => 'btn btn-primary' %>
8
8
  <% end %>
@@ -1,13 +1,8 @@
1
- <%= simple_form_for @header, :html => { multipart: true, class: 'form-horizontal' } do |f| %>
1
+ <%= simple_form_for @header, :html => { multipart: true } do |f| %>
2
2
  <%= f.error_notification %>
3
3
 
4
- <div class="form-inputs">
5
4
  <%= f.input :photo, hint: t('headers.hint.photo') %>
6
5
  <%= f.input :name %>
7
- </div>
8
6
 
9
- <div class="form-actions">
10
7
  <%= f.button :submit, :class => 'btn btn-primary' %>
11
- <%= link_to t('headers.cancel'), headers_path, :class => 'btn' %>
12
- </div>
13
8
  <% end %>
@@ -1,9 +1,9 @@
1
- <%= simple_form_for @illustration, :html => { multipart: true, class: 'form-horizontal' } do |f| %>
1
+ <%= simple_form_for @illustration, :html => { multipart: true } do |f| %>
2
2
  <%= f.error_notification %>
3
3
 
4
- <%= f.input :image, label: t('activerecord.attributes.illustration.image') %><br />
5
- <%= f.input :name, label: t('activerecord.attributes.illustration.name') %><br />
4
+ <%= f.input :image, label: t('activerecord.attributes.illustration.image') %>
5
+ <%= f.input :name, label: t('activerecord.attributes.illustration.name') %>
6
+
6
7
  <%= f.button :submit, :class => 'btn btn-primary' %>
7
- <%= link_to t('illustrations.cancel'), illustrations_path, :class => 'btn btn-default btn-xs' %>
8
8
 
9
9
  <% end %>
@@ -33,6 +33,6 @@
33
33
 
34
34
  <%= will_paginate @illustrations, inner_window: 2 %>
35
35
 
36
- <%= link_to t('illustrations.create.new'), new_illustration_path, class: 'btn btn-primary' %>
36
+ <%= link_to t('illustrations.create.new'), new_illustration_path, class: 'btn btn-default' %>
37
37
 
38
38
  <%= render 'shared/admin_sidebar' %>
@@ -1,3 +1,3 @@
1
1
  module TkhIllustrations
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tkh_illustrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
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-06-04 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: rails