Sha256: 6733cf9ee4026d69c5ada1849b566e8e507f728dcf5cd387b6834885fe6f3881

Contents?: true

Size: 1.48 KB

Versions: 5

Compression:

Stored size: 1.48 KB

Contents

    <div id="navbar">
      <span style="float: left"><%=link_to "#{l :backlog} #{APP::VERSION}", 'http://rubyforge.org/projects/backlog'%></span>
      <span style="float: left"><form action="<%=url_for :controller => 'search', :action => :results%>"><%=text_field_tag :q, @search || l(:search), :onfocus => "if (value == '#{l(:search)}') value='' "%><%=submit_tag :search, :style => 'display: none'%></form></span>
      <%= link_to l(:home), '/' %>
      
      <% if user? %>
      | <%= link_to l(:backlogs), :controller => 'backlogs', :action => :list %>
      | <%= link_to l(:log_out), :controller => 'user', :action => :logout %>
      <% else %>
      | <%= detour_to l(:log_in), :controller => 'user', :action => :login %>
      <% end %>
<!--      | <%= link_to l(:administration), :controller => 'administration', :action => :index %> -->
      <% if user? %>| <%=link_to user.email, :controller => 'user', :action => :edit%><% end %>
    </div>
    <div id="header">
      <% if flash[:notice] %>
      <div id="notice">
        <%=flash[:notice]%>
	  </div>
	  <% end %>
      <%= error_messages_for :backlog %>
      <%= error_messages_for :estimate %>
      <%= error_messages_for :group %>
      <%= error_messages_for :period %>
      <%= error_messages_for :task %>
      <%= error_messages_for :user %>
      <%= error_messages_for :work %>

      <div id="introtext">
        <h1><%=@application_title%></h1>
        <h3><%=@page_title || @application_description%></h3>
      </div>
    </div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
backlog-0.10.0 app/views/layouts/_left_top.rhtml
backlog-0.8.0 app/views/layouts/_left_top.rhtml
backlog-0.9.0 app/views/layouts/_left_top.rhtml
backlog-0.8.1 app/views/layouts/_left_top.rhtml
backlog-0.9.1 app/views/layouts/_left_top.rhtml