Skip to content
Snippets Groups Projects
Commit 55d03239 authored by Robert Speicher's avatar Robert Speicher
Browse files

Remove (invalid) timestamp formatting

parent 84366282
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,9 +27,9 @@
%td
= broadcast_message(message)
%td
= message.starts_at.to_s(:iso861)
= message.starts_at
%td
= message.ends_at.to_s(:iso861)
= message.ends_at
%td
= link_to icon('pencil-square-o'), edit_admin_broadcast_message_path(message), title: 'Edit', class: 'btn btn-xs'
= link_to icon('times'), admin_broadcast_message_path(message), method: :delete, remote: true, title: 'Remove', class: 'js-remove-tr btn btn-xs btn-danger'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment