Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <% tag_list.split(" ").each do |tag| %>
  2.     <% url = archive_tag_path if tag_type == "tag" %>
  3.     <% url = archive_place_tag_path if tag_type == "place"%>
  4.     <%= link_to(h(tag), "#{url}#{tag}") %>
  5. <% end %>