Developers?
<%= link_to 'JSON', "#{@api_domain}channels/#{@channel.id}/feed.json?results=100&location=true&offset=0&round=2&status=true" %>
<%= link_to 'XML', "#{@api_domain}channels/#{@channel.id}/feed.xml?results=100&location=true&offset=0&round=2&status=true" %>
<%= link_to 'CSV', "#{@api_domain}channels/#{@channel.id}/feed.csv?results=100&location=true&offset=0&round=2&status=true" %>
<%= @channel.name %>
<% if !@channel.description.blank? %>
<%= t(:channel_directions) %>: <%= @channel.description %>
<% end %> <%= form_tag "#{@post_url}" do %>
<%= @channel[f] %> | <%= text_field_tag "#{f}" %> |
<%= @channel.status %> |
<%= text_area_tag :status %> |
<%= submit_tag t(:submit), :id => 'submit' %> |
<% @fields.each do |f| %>
<% end %>
<% end %>