##// END OF EJS Templates
check that block is defined before rendering it (my/page)...
check that block is defined before rendering it (my/page) git-svn-id: http://redmine.rubyforge.org/svn/trunk@243 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r240:73510949bacb
Show More
edit.rhtml
5 lines | 222 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_tracker)%></h2>
<% labelled_tabular_form_for :tracker, @tracker, :url => { :action => 'edit' } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>