thingspeak/app/views/channels/index.html.erb

9 lines
226 B
Plaintext
Raw Normal View History

2011-03-27 22:56:15 +02:00
<%= form_for :channel do |d| %>
<input name='userlogin' class='userlogin' />
<%= d.submit t(:channel_create) %>
<% end %>
<br />
<% @channels.each do |d| %>
name: <%= link_to d.name, channel_path(d.id) %>
<br />
<% end %>