= content_for :sidebar do = render :partial => "sidebar/sidebar" = content_for :title do \- = t(:about,:scope=>:internal) = render :partial => 'common/main_navigation', :locals => { :about => :active } .well{:style=>"padding: 5px 3pt;"} %h3 = t(:current_version,:scope=>:internal) + ": " + $defaults["version"] .well = raw BlueCloth::new(render :file => 'README.markdown').to_html .well = raw BlueCloth::new(render :file => 'CHANGES.markdown').to_html .well = raw BlueCloth::new(render :file => 'TODO.markdown').to_html -# <% content_for :title do %> - <%= t(:about,:scope=>:internal) %> <% end %> <% content_for :sidebar do %> <%= content_for_sidebar %> <% end %>

<%= t(:current_version,:scope=>:internal) + ": " + $defaults["version"] %>

<%= raw BlueCloth::new(render :file => 'README.markdown').to_html %>
<%= raw BlueCloth::new(render :file => 'CHANGES').to_html %>
<%= raw BlueCloth::new(render :file => 'TODO').to_html %>