Sha256: 800e55d82f9c15dd0552bb033314140673aed3ab5344ceb8543f48ab29c8cf69

Contents?: true

Size: 689 Bytes

Versions: 4

Compression:

Stored size: 689 Bytes

Contents

<h1>Sent short messages</h1>
<p>All messages sent by this application</p>

<%% for <%=short_message_model_name.underscore%> in @<%=short_message_model_name.underscore.pluralize%> %>
<div>
	<p>
		<strong>Destination:</strong> <%%= <%=short_message_model_name.underscore%>.destination %>
	</p>
	<p>
		<strong>Originator:</strong> <%%= <%=short_message_model_name.underscore%>.originator %>
	</p>
	<p>
		<strong>Originator type:</strong> <%%= <%=short_message_model_name.underscore%>.originator_type %>
	</p>
	<p>
		<strong>Message:</strong> <%%= <%=short_message_model_name.underscore%>.body %>
	</p>
</div>
<hr>
<%% end %>

<p><%%= link_to 'new short message', new_short_message_path %></p>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jnstq-acts_as_sms-0.1.0 rails_generators/short_message_service/templates/index.html.erb
jnstq-acts_as_sms-0.1.1 rails_generators/short_message_service/templates/index.html.erb
jnstq-acts_as_sms-0.1.3 rails_generators/short_message_service/templates/index.html.erb
jnstq-acts_as_sms-0.1.4 rails_generators/short_message_service/templates/index.html.erb