Hi,

I found this error in gitorious master branch.

ActionView::TemplateError (wrong number of arguments (2 for 3)) on line #47
of app/views/repositories/clone.html.erb:
44:   </script>
45: <% end -%>
46:
47: <h1><%= t("views.repos.create_title").call(self, @repository_to_clone,
@owner) %></h1>
48:
49: <%= error_messages_for :repository -%>
50:

    config/locales/en.rb:411
    /usr/lib/ruby/gems/1.8/gems/i18n-0.4.1/lib/i18n/backend/base.rb:123:in
`call'
    /usr/lib/ruby/gems/1.8/gems/i18n-0.4.1/lib/i18n/backend/base.rb:123:in
`resolve'
    /usr/lib/ruby/gems/1.8/gems/i18n-0.4.1/lib/i18n/backend/base.rb:37:in
`translate'
    /usr/lib/ruby/gems/1.8/gems/i18n-0.4.1/lib/i18n.rb:152:in `translate'

vendor/rails/actionpack/lib/action_view/helpers/translation_helper.rb:15:in
`t'
    app/views/repositories/clone.html.erb:47
    vendor/rails/actionpack/lib/action_view/renderable.rb:34:in `send'
    vendor/rails/actionpack/lib/action_view/renderable.rb:34:in `render'

How to fix this?

Rafael Mendonça França
Twitter: http://twitter.com/rafaelfranca
Blog: www.rafaelfranca.com.br

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

Reply via email to