Sha256: 8cfe5ef034cf2168238db74188847f851240010063a1178058e0c139c3fd13b7

Contents?: true

Size: 360 Bytes

Versions: 7

Compression:

Stored size: 360 Bytes

Contents

<h1><%= module_name_formatted.singularize.camelize %></h1>

<%-attributes.each do |attribute|-%>
<%-attribute_args = attribute.split(":")-%>
<p><strong><%=attribute_args[0].humanize.titlecase%></strong> <%%=@<%=module_name_formatted.singularize%>.<%=attribute_args[0]%> %></p>
<%-end-%>

<p><%%= link_to 'Back', <%=module_name_formatted.pluralize%>_path %></p>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tb_core-1.2.1 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.2.0 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.1.10 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.1.9 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.1.8 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.1.7 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.1.6 lib/generators/spud/templates/views/frontend/show.html.erb