Skip to content

Instantly share code, notes, and snippets.

@toshiyukihina
Created September 22, 2013 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshiyukihina/6658429 to your computer and use it in GitHub Desktop.
Save toshiyukihina/6658429 to your computer and use it in GitHub Desktop.
<% @devices.each do |d| %>
<div class="container">
<table class="table-condensed">
<tr>
<td><h3>Gateway: <%= d.name %></h3></td>
<td>
<%= link_to({controller: "dashboard", action: "start_blink", name: d.name}, class: 'btn btn-info') do %>
Start Blink <i class='icon-play-circle'></i>
<% end %>
</td>
</tr>
</table>
</div>
<hr/>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment