diff --git a/.rvmrc b/.rvmrc new file mode 100644 index 0000000..ce9e691 --- /dev/null +++ b/.rvmrc @@ -0,0 +1 @@ +rvm ree@galm diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 0970636..332ef04 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -13,11 +13,11 @@ <%- flash.each do |name, msg| -%> <%= content_tag :div, msg, :id => "flash_#{name}" %> <%- end -%> - + <%- if show_title? -%>