projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add some more raw markers
[rails.git]
/
app
/
views
/
browse
/
_tag_details.html.erb
1
<% unless tag_details.tags.empty? %>
2
<tr valign="top">
3
<th><%= t'browse.tag_details.tags' %></th>
4
<td>
5
<table cellpadding="0">
6
<%= render :partial => "tag", :collection => tag_details.tags.sort %>
7
</table>
8
</td>
9
</tr>
10
<% end %>