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