]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Add methods to get a bug's author details from the first comment
[rails.git] / app / views / layouts / site.html.erb
index d04a2877fcaa0318ad2921ebb7981b20660db35c..95289376e2d180898c257358a291bbda5bdf3135 100644 (file)
@@ -2,6 +2,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<%= t'html.dir' %>">
   <%= render :partial => "layouts/head" %>
   <body>
+    <div id="small-title">
+      <%= link_to(image_tag("osm_logo.png", :size => "16x16", :border => 0, :alt => t('layouts.logo.alt_text')), :controller => 'site', :action => 'index') %>
+      <h1><%= t 'layouts.project_name.h1' %></h1>
+    </div>
     <div id="content">
       <%= render :partial => "layouts/flash", :locals => { :flash => flash } %>