##// END OF EJS Templates
indentation corrections...
indentation corrections git-svn-id: http://redmine.rubyforge.org/svn/trunk@201 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r198:99c560295fca
Show More
_form.rhtml
7 lines | 200 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Initial commit...
r2 <%= error_messages_for 'tracker' %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <div class="box">
Jean-Philippe Lang
Initial commit...
r2 <!--[form:tracker]-->
Jean-Philippe Lang
tables and forms redesign,...
r19 <p><%= f.text_field :name, :required => true %></p>
<p><%= f.check_box :is_in_chlog %></p>
Jean-Philippe Lang
Initial commit...
r2 <!--[eoform:tracker]-->
Jean-Philippe Lang
tables and forms redesign,...
r19 </div>