Sha256: 4cd486a54440f12073b409b812ec70f38dc5ac36b06861ce0a827a43d95c0911

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Script CDN Main List</h1>

<table>
	<thead>
		<tr>
			<th>Script Name</th>
		</tr>
	</thead>

	<tbody>
		<% @scriptcdn_mains.each do |scriptcdn_main| %>
			<tr>
				<td><%= link_to scriptcdn_main.scriptname, edit_scriptcdn_main_path(scriptcdn_main) %></td>
			</tr>
		<% end %>
	</tbody>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-2.0.4 app/views/phcscriptcdn/scriptcdn/mains/index.html.erb
phcscriptcdn-2.0.3 app/views/phcscriptcdn/scriptcdn/mains/index.html.erb
phcscriptcdn-2.0.1 app/views/phcscriptcdn/scriptcdn/mains/index.html.erb
phcscriptcdn-2.0.0 app/views/phcscriptcdn/scriptcdn/mains/index.html.erb