% if current_user %>
<%= link_to t(:channel_edit), edit_channel_path(@channel.id) %>
<%= link_to t(:api_keys_manage), channel_api_keys_path(@channel) %>
<%= link_to "#{t(:channel_feed)} (json)", channel_feed_index_path(@channel, :key => @key, :format => :json) %>
<%= link_to "#{t(:channel_feed)} (xml)", channel_feed_index_path(@channel, :key => @key, :format => :xml) %>
<%= link_to "#{t(:channel_feed)} (csv)", channel_feed_index_path(@channel, :key => @key, :format => :csv) %>
<%= t(:channel_name) %>: | <%= @channel.name %> |
<%= t(:api_key) %>: | <%= @key %> |
<%= t(:channel_description) %>: | <%= @channel.description %> |
<%= t(:created) %>: | <%= l @channel.created_at, :format => :pretty %> |
<%= t(:latitude) %>: | <%= @channel.latitude %> |
<%= t(:longitude) %>: | <%= @channel.longitude %> |
<%= t(:elevation) %>: | <%= @channel.elevation %> |
<%= t(:field) %> 1: | <%= @channel.field1 %> |
<%= t(:field) %> 2: | <%= @channel.field2 %> |
<%= t(:field) %> 3: | <%= @channel.field3 %> |
<%= t(:field) %> 4: | <%= @channel.field4 %> |
<%= t(:field) %> 5: | <%= @channel.field5 %> |
<%= t(:field) %> 6: | <%= @channel.field6 %> |
<%= t(:field) %> 7: | <%= @channel.field7 %> |
<%= t(:field) %> 8: | <%= @channel.field8 %> |