##// END OF EJS Templates
Additional tests for TimelogController and added missing i18n string....
Additional tests for TimelogController and added missing i18n string. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8263 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7900:2967023a0e4d
r8143:b4af45537a02
Show More
_form.html.erb
6 lines | 182 B | text/plain | TextLexer
Jean-Philippe Lang
Resourcified boards....
r7900 <%= f.error_messages %>
Jean-Philippe Lang
Per project forums added....
r526
Jean-Philippe Lang
Resourcified boards....
r7900 <div class="box tabular">
Jean-Philippe Lang
Per project forums added....
r526 <p><%= f.text_field :name, :required => true %></p>
<p><%= f.text_field :description, :required => true, :size => 80 %></p>
</div>