Sha256: 9efa97078f71a5f0c5d5b8a88e9c671a2c5c315d9f04e9f953a885f7600e12fc
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 Bytes
Contents
<% @page_title = l(:search_results_for, @search) %> <div id="lfeature"> <div class="btitle"> <h4><%=l(:tasks) %></h4> </div> <ul> <% @tasks.each do |task| %> <li><%=link_to task.description, :controller => 'tasks', :action => :show, :id => task%></li> <% end %> </ul> </div> <div id="rfeature"> <div class="btitle"> <h4><%=l(:backlogs) %></h4> </div> <ul> <% @backlogs.each do |backlog| %> <li><%=link_to backlog.name, :controller => 'backlogs', :action => :show, :id => backlog%></li> <% end %> </ul> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.7.10 | app/views/search/results.html.erb |
backlog-0.7.11 | app/views/search/results.html.erb |