Sha256: 524cf9ca47082d8a4bbba499a6da3fec50efbfb89c6b2b4130a18a1e404cefa9
Contents?: true
Size: 393 Bytes
Versions: 55
Compression:
Stored size: 393 Bytes
Contents
<% @page_title = "#{l(:editing)} #{l(:backlog)}" %> <div id="spotlight"> <div class="btitle"> <%=render :partial => 'buttons'%> <h4><%=@backlog.name%></h4> </div> <% form_tag :action => 'update', :id => @backlog do %> <%=render :partial => 'form' %> <%=submit_tag l(:save) %> <%=back_or_link_to l(:back), :action => 'show', :id => @backlog %> <% end %> </div>
Version data entries
55 entries across 55 versions & 1 rubygems