Sha256: fa9b8f27ef65794df6682bab309756210611ad739dd2164bef6d82e88ecd1c52
Contents?: true
Size: 446 Bytes
Versions: 10
Compression:
Stored size: 446 Bytes
Contents
<p> <b>Message:</b> <%=h @draft.actual_message %> </p> <p> <b>Status:</b> <%=h @draft.status %> </p> <p> <b>Deliver after:</b> <%=h @draft.deliver_after %> </p> <p> <b>Delivery date:</b> <%=h @draft.delivery_date %> </p> <p> <b> Phone Numbers: </b><br> <% @draft.outbounds.each do |outbound| %> <%= outbound.phone_number.human_display %><br> <% end %> </p> <%= link_to 'Send More SMS Messages', new_sms_path %>
Version data entries
10 entries across 10 versions & 3 rubygems