Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8)

Unified Diff: app/views/layouts/application.rhtml

Issue 2323: Upgrade to Rails 2 SVN Base: http://familyconnect.rubyforge.org/svn/trunk/
Patch Set: Created 1 year, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side by-side-diff with in-line comments
Download patch
Index: app/views/layouts/application.rhtml
===================================================================
--- app/views/layouts/application.rhtml (revision 36)
+++ app/views/layouts/application.rhtml (working copy)
@@ -22,13 +22,13 @@
</div>
<div id="content">
- <% if flash[:notice] or flash[:error] %>
- <div class="messagebox">
- <% if flash[:notice] -%><p style="color: green"><%= flash[:notice] %></p><% end %>
- <% if flash[:error] -%><p style="color: red"><%= flash[:error] %></p><% end %>
- </div>
- <% end -%>
+ <% if flash[:notice] or flash[:error] %>
+ <div class="messagebox">
+ <% if flash[:notice] -%><p style="color: green"><%= flash[:notice] %></p><% end %>
+ <% if flash[:error] -%><p style="color: red"><%= flash[:error] %></p><% end %>
+ </div>
+ <% end -%>
<%= @content_for_layout %>
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld r497