PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Using wpdb in Word...
5 sec ago
Hotfile Premium Ac...
22 sec ago
Untitled
12 sec ago
Untitled
HTML | 25 sec ago
Untitled
17 sec ago
Untitled
25 sec ago
Untitled
34 sec ago
MATLAB Matrix Sum ...
34 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.21 KB | hits: 16 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
<% tag_list.split(" ").each do |tag| %>
<% url = archive_tag_path if tag_type == "tag" %>
<% url = archive_place_tag_path if tag_type == "place"%>
<%= link_to(h(tag), "#{url}#{tag}") %>
<% end %>
create a
new version
of this paste
RAW Paste Data
<% tag_list.split(" ").each do |tag| %> <% url = archive_tag_path if tag_type == "tag" %> <% url = archive_place_tag_path if tag_type == "place"%> <%= link_to(h(tag), "#{url}#{tag}") %> <% end %>