Sha256: 7824aae2016010b66c5a59bd56b8912943093c0698a523bb43d66526f08e7cf0

Contents?: true

Size: 796 Bytes

Versions: 8

Compression:

Stored size: 796 Bytes

Contents

<h1>Listing <%= model.p %></h1>

<table>
  <tr><%= model.fields.map { |k, v| "<th>#{k.capitalize}</th>"}.join("\n") %>
  </tr>

<%= "<% for #{model.s} in @#{model.p} %" + ">" %>
  <tr> <%= model.fields.map { |k, v| "<td> <%=h #{model.s}.#{k} %" + "></td>"}.join("\n")  %>
    <td><%= "<%= link_to 'Show', #{model.rails_object_path('')} %" +">" %></td>
    <td><%= "<%= link_to 'Edit', #{model.rails_edit_path('')} %" + ">" %></td>
    <td><%= "<%= link_to 'Destroy', #{model.rails_object_path('')}, :confirm => 'Are you sure?', :method => :delete %" + ">" %></td>
  </tr>
<%= "<% end %" + ">" %>
</table>

<br />
create a new <%= model.s %>
<%=  "<%= render :partial => '#{model.p}/form', :object => @#{model.s} %" + ">" %>

<%= "<%= link_to 'New #{model.s}', #{model.rails_new_path} %" + ">" %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mattknox-goaloc-0.2.1 lib/goaloc/generators/rails/index.html.erb
mattknox-goaloc-0.2.2 lib/goaloc/generators/rails/index.html.erb
mattknox-goaloc-0.2.3 lib/goaloc/generators/rails/index.html.erb
mattknox-goaloc-0.2.5 lib/goaloc/generators/rails/index.html.erb
mattknox-goaloc-0.2.6 lib/goaloc/generators/rails/index.html.erb
mattknox-goaloc-0.2.7 lib/goaloc/generators/rails/index.html.erb
mattknox-goaloc-0.2.8 lib/goaloc/generators/rails/index.html.erb
mattknox-goaloc-0.2.9 lib/goaloc/generators/rails/index.html.erb