user_announcements 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md
CHANGED
@@ -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>
|