Sha256: c98ec77d0818d1cf0bf9f98cb6f512ff699b2bbc5da4ed5095e82fd691cb045f

Contents?: true

Size: 440 Bytes

Versions: 6

Compression:

Stored size: 440 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>

<script>
  $(document).ready(app.<%= module_name_formatted %>.show);
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tb_core-1.2.8 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.2.7 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.2.6 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.2.4 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.2.3 lib/generators/spud/templates/views/frontend/show.html.erb
tb_core-1.2.2 lib/generators/spud/templates/views/frontend/show.html.erb