Sha256: 52e8f5dc5218bd0a8408fb7c7c9ce119e626f7ae95666040fe6fe7622b8a19b1
Contents?: true
Size: 1.55 KB
Versions: 5
Compression:
Stored size: 1.55 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> <span style="float: left; margin-left: 5px; font-weight: bold"><%=Time.new.strftime('%Y-%m-%d %H:%M')%></span> <%= link_to l(:home), url_for('/') %> <% 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"> <%=render :partial => '/layouts/notice'%> <%= 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