<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<%= dir %>">
<%= render :partial => "layouts/head" %>
- <body class="<%= params[:controller] %> <%= params[:controller] %>-<%= params[:action] %>">
- <div id="small-title">
- <%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %>
- <h1><%= t 'layouts.project_name.h1' %></h1>
- </div>
- <div id="left">
+ <body class="<%= body_class %>">
+ <h1 id="small-title">
+ <%= image_tag "osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text') %>
+ <%= t 'layouts.project_name.h1' %>
+ </h1>
+ <div id="left">
<div id="logo">
<%= link_to(image_tag("osm_logo.png",
:size => "120x120",