projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
more trace i18n
[rails.git]
/
app
/
views
/
trace
/
_trace_optionals.rhtml
1
<% content_for "optionals" do %>
2
<div class="optionalbox">
3
<span class="oboxheader"><%= t'trace.trace_optionals.tags' %></span>
4
<br />
5
<br />
6
<% if @all_tags %>
7
<% @all_tags.each do |tag| %>
8
<%= link_to_tag tag %><br />
9
<% end %>
10
<% end %>
11
</div>
12
<% end %>