Sha256: 22a255f021d10d5095600bb4b4296fee9dc03f1b4626ba7e032e12c4967e8674
Contents?: true
Size: 520 Bytes
Versions: 24
Compression:
Stored size: 520 Bytes
Contents
= big_list_item do .item-title.dispatch %strong= dispatch.subject %br/ %small - if dispatch.sent_at.blank? Not sent. - else Sent at #{dispatch.sent_at.strftime('%l:%M%p on %b. %e %Y')}. .item-actions = action_link("View Stats", forge_dispatch_path(dispatch), :icon => "checkmark") unless dispatch.sent_at.blank? = action_link("Queue for Sending", queue_forge_dispatch_path(dispatch), :icon => "laptop") = edit_link(dispatch) = delete_link(dispatch) .spacer
Version data entries
24 entries across 24 versions & 1 rubygems