user_announcements 0.0.6 → 0.0.7

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.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## v 0.0.7
4
+
5
+ * fix width CSS problem with roles column
6
+
3
7
  ## v 0.0.6
4
8
 
5
9
  * add Bootstrap datetimepicker assets
@@ -4,7 +4,7 @@
4
4
  <td class='datetime'><%= ua_datetime_display(announcement.ends_at) %></td>
5
5
  <td class='status'><%= announcement.status %></td>
6
6
  <td class='active'><%= boolean_display(announcement.active)%></td>
7
- <td><%= ua_roles_display(announcement) %></td>
7
+ <td class='roles'><%= ua_roles_display(announcement) %></td>
8
8
  <td><%= link_to('edit', edit_admin_announcement_path(announcement), :class => 'btn btn-mini') %></td>
9
9
  <td><%= link_to('delete', admin_announcement_path(announcement), :data => {confirm: 'Are you sure?'}, :method => :delete, :class => 'btn btn-mini btn-danger') %></td>
10
10
  </tr>
@@ -22,6 +22,10 @@ table.ua-table {
22
22
  width: 1%;
23
23
  }
24
24
 
25
+ td.roles {
26
+ white-space: nowrap;
27
+ }
28
+
25
29
  td {
26
30
  vertical-align: top;
27
31
  }
@@ -1,3 +1,3 @@
1
1
  module UserAnnouncements
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_announcements
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: