projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Mark some strings that shouldn't be escaped as raw
[rails.git]
/
app
/
views
/
trace
/
_trace_optionals.html.erb
diff --git
a/app/views/trace/_trace_optionals.html.erb
b/app/views/trace/_trace_optionals.html.erb
index f166a779bb5b9b4ecaa68e81cb8530cee3f68002..69eedd143e1a7876578a7562c938dbac39face34 100644
(file)
--- a/
app/views/trace/_trace_optionals.html.erb
+++ b/
app/views/trace/_trace_optionals.html.erb
@@
-1,7
+1,6
@@
<% content_for "optionals" do %>
<div class="optionalbox">
- <span class="oboxheader"><%= t'trace.trace_optionals.tags' %></span>
- <br />
+ <h1><%= t'trace.trace_optionals.tags' %></h1>
<br />
<% if @all_tags %>
<% @all_tags.each do |tag| %>