Sha256: 651d021c413d41ddc12ad29d398ba34b81ce625a94635c1378b80e24a7403f01

Contents?: true

Size: 1.65 KB

Versions: 6

Compression:

Stored size: 1.65 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), url_for(:controller => 'backlogs') %>
      
      <% 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] || flash['notice'] || flash[:message] || flash['message'] %>
      <div id="notice">
        <%=flash[:notice]%>
        <%=flash['notice']%>
        <%=flash[:message]%>
        <%=flash['message']%>
	  </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

6 entries across 6 versions & 1 rubygems

Version Path
backlog-0.10.4 app/views/layouts/_left_top.rhtml
backlog-0.10.5 app/views/layouts/_left_top.rhtml
backlog-0.10.3 app/views/layouts/_left_top.rhtml
backlog-0.10.7 app/views/layouts/_left_top.rhtml
backlog-0.10.6 app/views/layouts/_left_top.rhtml
backlog-0.10.8 app/views/layouts/_left_top.rhtml