projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Prevent CSRF bypass unblocking users
[rails.git]
/
app
/
views
/
site
/
index.html.erb
diff --git
a/app/views/site/index.html.erb
b/app/views/site/index.html.erb
index 7603bb1bdd0c26fbcb3c9fa0e0e9d9f8a94a2574..aaf24ac1a48529b350869f62e62848050ef04cab 100644
(file)
--- a/
app/views/site/index.html.erb
+++ b/
app/views/site/index.html.erb
@@
-1,4
+1,2
@@
-<%
- set_title()
- content_for(:content_class) { "overlay-sidebar" }
-%>
+<% set_title
+ content_for(:content_class) { "overlay-sidebar" } %>