file_share 0.1.11 → 0.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.11
1
+ 0.1.12
@@ -4,7 +4,6 @@ module FileAttachmentsHelper
4
4
  return unless has_authorization?(:read, file_attachment)
5
5
  content_tag :p, {
6
6
  :id => "file_attachment_#{file_attachment.id}_description",
7
- :style => "max-width: 70%; float: right;",
8
7
  :class => 'file_attachment_description'
9
8
  } do
10
9
  file_attachment.description
@@ -1,7 +1,6 @@
1
1
  <%= div_for(file_attachment) do %>
2
2
  <%= file_container_data(file_attachment) %>
3
- <%= description_display(file_attachment) %>
4
3
  <%= name_display(file_attachment) %>
4
+ <%= description_display(file_attachment) %>
5
5
  <%= links_to_edit_and_delete_file_attachment(file_attachment) %>
6
6
  <% end %>
7
- <hr />
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: file_share
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jason LaPier