Sha256: 59f425345f646cb70977b5cbd44d95af5ac14a49ef0fb870abb30ffe5a2c6d7d

Contents?: true

Size: 922 Bytes

Versions: 9

Compression:

Stored size: 922 Bytes

Contents

    <div id="navbar">
      <span style="float: left"><%=l :backlog%> <%=APP::VERSION%></span>
      <%= flash[:notice] + ' |' if flash[:notice] %>
      <%= link_to l(:home), '/' %>
      |
      <% if user? %>
        <%= link_to l(:log_out), :controller => 'user', :action => :logout %>
      <% else %>
        <%= detour_to l(:log_in), :controller => 'user', :action => :login %>
      <% end %>
      | <%= link_to l(:backlogs), :controller => 'backlogs', :action => :list %>
<!--      | <%= link_to l(:administration), :controller => 'administration', :action => :index %> -->
      <% if user? %>| <%=user.email%><% 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 ? @page_title : @application_description%></h3>
      </div>
    </div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
backlog-0.6.2 app/views/layouts/_left_top.rhtml
backlog-0.6.1 app/views/layouts/_left_top.rhtml
backlog-0.6.4 app/views/layouts/_left_top.rhtml
backlog-0.6.5 app/views/layouts/_left_top.rhtml
backlog-0.6.3 app/views/layouts/_left_top.rhtml
backlog-0.6.6 app/views/layouts/_left_top.rhtml
backlog-0.7.0 app/views/layouts/_left_top.rhtml
backlog-0.7.1 app/views/layouts/_left_top.rhtml
backlog-0.7.2 app/views/layouts/_left_top.rhtml