+ <% clip.tags.each_with_index do |tag, index| %>
+ <%= link_to tag.name, tag_path(tag) %><% if index < clip.tags.size - 1 %>, <% end %>
+ <% end %>
+
<% end %>
-
\ No newline at end of file
+
diff --git a/app/views/clips/show.html.erb b/app/views/clips/show.html.erb
index 0d28ad3..b682a03 100644
--- a/app/views/clips/show.html.erb
+++ b/app/views/clips/show.html.erb
@@ -1,7 +1,7 @@
<% cache @clip do %>