%= stylesheet_link_tag 'scaffold' %>
<% if controller.controller_name == "logs" %>
MoneyRail : Logs: <%=h @year %>/<%=h @month %>
<%= stylesheet_link_tag 'editor' %>
<% if controller.mode == :edit %>
<%= javascript_include_tag 'prototype' %>
<%= javascript_include_tag 'effects' %>
<%= javascript_include_tag 'jquery' %>
<%= javascript_include_tag 'editor' %>
<% end %>
<% else %>
MoneyRail :
<%=h controller.controller_name.camelcase %>:
<%= controller.action_name %>
<% end %>
<%= link_to "MoneyRail", :controller => :home %>
<%= flash[:notice] %>
<%= yield %>