<%= form_for :tag, :url => tags_path do |t| %>
<%= t(:tags_search) %>: <%= t.text_field :name %><%= t.submit t(:submit) %>

<% if @tag_name %> <% if @results %> <% @results.each do |channel| %> <%= link_to channel.name, channel_path(channel.id) %>
<% end %> <% else %> <%= t(:search_empty) %> <% end %> <% end %> <% end %>