Sha256: df9d5dc8d537cab8b0f9e44b9576fca6d2deaaaaada7de1c526b61225775f28b

Contents?: true

Size: 794 Bytes

Versions: 5

Compression:

Stored size: 794 Bytes

Contents

<div id="container-main" class="mg-choices">
	<div class="mountain-goat-panel cenetered">
		<h1>Listing Choices</h1>
		
		<table>
		  <tr>
		    <th>Metric</th>
		    <th>Value</th>
		    <th>Opt1</th>
		    <th>Opt2</th>
		    <th>Served</th>
		    <th>Conversions</th>
		  </tr>
		
		<% @choices.each do |choice| %>
		  <tr>
		    <td><%=h choice.mg_test_id %></td>
		    <td><%=h choice.value %></td>
		    <td><%=h choice.opt1 %></td>
		    <td><%=h choice.opt2 %></td>
		    <td><%=h choice.served %></td>
		    <td><%=h choice.conversions %></td>
		    <td><a href="<%= mg_choice_url choice %>">Show</a></td>
		    <td><a href="<%= edit_mg_choice_url choice %>">Edit</a></td>
		  </tr>
		<% end %>
		</table>
		
		<br />
		
		<%= link_to 'New Choice', new_mg_choice_url %>
	</div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mountain-goat-1.0.6pre1 lib/mountain-goat/views/mountain_goat/mg/choices/index.html.erb
mountain-goat-1.0.5 lib/mountain-goat/views/mountain_goat/mg/choices/index.html.erb
mountain-goat-1.0.4 lib/mountain-goat/views/mountain_goat/mg/choices/index.html.erb
mountain-goat-1.0.3 lib/mountain-goat/views/mountain_goat/mg/choices/index.html.erb
mountain-goat-1.0.2 lib/mountain-goat/views/mountain_goat/mg/choices/index.html.erb