add tags to project list
This commit is contained in:
parent
6e08b5cc85
commit
62112dc0c7
3 changed files with 21 additions and 16 deletions
|
@ -12,6 +12,11 @@
|
|||
%span Last Activity:
|
||||
- last_note = project.notes.last
|
||||
= last_note ? last_note.created_at.stamp("24 Aug, 2011") : "Never"
|
||||
|
||||
%p.small-tags
|
||||
- project.tag_list.each do |tag|
|
||||
= link_to tag, "/tags/#{tag}"
|
||||
|
||||
.buttons
|
||||
%a.browse-code.button.yellow{:href => tree_project_path(project)} Browse code
|
||||
%a.commits.button.green{:href => project_commits_path(project)} Commits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue