add tag links to project page
This commit is contained in:
parent
060a2e2257
commit
af7bed2aa5
5 changed files with 30 additions and 6 deletions
|
@ -12,9 +12,8 @@
|
|||
%tr{ :class => "project", :url => project_path(project) }
|
||||
%td
|
||||
= project.name
|
||||
.small-tags
|
||||
- project.tag_list.each do |tag|
|
||||
= link_to tag, tag_path(tag)
|
||||
.small-tags= tag_list project
|
||||
|
||||
|
||||
%td= truncate project.url_to_repo
|
||||
%td= project.code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue