Sha256: de687ee363a31082598a67c99f9b8012f0c7a6e45111fa0b2dd737381cc72dbc

Contents?: true

Size: 222 Bytes

Versions: 3

Compression:

Stored size: 222 Bytes

Contents

<table>
	<tr>
		<td></td>
		<td></td>
	</tr>
<% @schedules.each do |s| %>
	<tr>
		<td><%= s.name %></td>
		<td><%= link_to "Edit", "#", id: "open_edit_modal" %></td>
	</tr>
<% end %>
</table>

<div id="modal_dialog"></div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hot_date_rails-1.5.6 spec/dummy/app/views/schedules/_index_with_modal.html.erb
hot_date_rails-1.5.4 spec/dummy/app/views/schedules/_index_with_modal.html.erb
hot_date_rails-1.5.3 spec/dummy/app/views/schedules/_index_with_modal.html.erb