Sha256: bf1f6143915c3c007e93a6a6f6eb100ae6635121158dc5df1f90bb3e4b33192d

Contents?: true

Size: 1009 Bytes

Versions: 1

Compression:

Stored size: 1009 Bytes

Contents

    <div id="navbar">
      <span style="float: left"><%=link_to "#{l :backlog} #{APP::VERSION}", 'http://rubyforge.org/projects/backlog'%></span>
      <%= flash[:notice] + ' |' if flash[:notice] %>
      <%= 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">
      <%= error_messages_for :backlog, :user, :group, :period, :task, :work, :estimate %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backlog-0.7.8 app/views/layouts/_left_top.rhtml