Sha256: c4d1d4e93f5d768b1bb1d34931e9dbf660a0ae6ead7769b3b9eccbfecbaa871f
Contents?: true
Size: 971 Bytes
Versions: 4
Compression:
Stored size: 971 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? %>| <%=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 ? @page_title : @application_description%></h3> </div> </div>
Version data entries
4 entries across 4 versions & 1 rubygems