@@ -1,5 +1,8 | |||||
1 | <div class="contextual"> |
|
1 | <div class="contextual"> | |
2 | <% form_tag({:action => 'revision', :id => @project, :repository_id => @repository.identifier_param}) do %> |
|
2 | <% form_tag( | |
|
3 | {:action => 'revision', :id => @project, | |||
|
4 | :repository_id => @repository.identifier_param} | |||
|
5 | ) do %> | |||
3 | <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %> |
|
6 | <%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 8 %> | |
4 | <%= submit_tag 'OK' %> |
|
7 | <%= submit_tag 'OK' %> | |
5 | <% end %> |
|
8 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now