add link to view charts

This commit is contained in:
ioBridge 2011-03-29 17:14:15 -04:00
parent 2d818a723d
commit b276af6f37

View File

@ -8,6 +8,8 @@
<%= link_to "#{t(:channel_feed)} (xml)", channel_feed_index_path(@channel, :key => @key, :format => :xml) %> <%= link_to "#{t(:channel_feed)} (xml)", channel_feed_index_path(@channel, :key => @key, :format => :xml) %>
<br /> <br />
<%= link_to "#{t(:channel_feed)} (csv)", channel_feed_index_path(@channel, :key => @key, :format => :csv) %> <%= link_to "#{t(:channel_feed)} (csv)", channel_feed_index_path(@channel, :key => @key, :format => :csv) %>
<br />
<%= link_to "#{t(:charts_view)}", channel_charts_path(@channel) %>
<table> <table>
<tr> <tr>
<td><%= t(:channel_name) %>:</td> <td><%= t(:channel_name) %>:</td>