Sha256: 4d70c612f7b16465f27af60abdca3c1b68cdbd474bae658f627f750e4e135640

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

<%= page_id('transit_index') %>
<%= page_title("Transit: Manage Pages") %>
<h1>Manage Pages</h1>
<%= paginate(@pages, :remote => true) %>
<table border="0" id="listing">
	<thead>
		<tr>
			<th>Name</th>
			<th>URL</th>
			<th>Edit</th>
		</tr>
	</thead>
	<tbody>
		<%= render :partial => 'table' %>
	</tbody>
</table>
<%= paginate(@pages, :remote => true) %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transit-0.0.2 app/views/transit/pages/index.html.erb