projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
erblint: fix remaining single quoted strings
[rails.git]
/
app
/
views
/
traces
/
offline.html.erb
diff --git
a/app/views/traces/offline.html.erb
b/app/views/traces/offline.html.erb
index
5959d0e
..
8a26744
100644
(file)
--- a/
app/views/traces/offline.html.erb
+++ b/
app/views/traces/offline.html.erb
@@
-1,5
+1,5
@@
<% content_for :heading do %>
-<h2><%= t
'.heading'
%></h2>
+<h2><%= t
".heading"
%></h2>
<% end %>
-<p><%= t
'.message'
%></p>
+<p><%= t
".message"
%></p>