Clicking "New Page" has no affect
Created by: keith9820
v6.0.0.pre c413e73
Go to a project wiki section then go to the pages tab and click the "+ New Page" button. Nothing happens, I cannot create a new page.
There is no error in production.log, here is the output in response to clicking the button:
Started GET "/analytics/web-services/wikis/pages" for at 2013-07-29 11:26:19 -0400
Processing by Projects::WikisController#pages as HTML
Parameters: {"project_id"=>"analytics/web-services"}
Rendered projects/wikis/_new.html.haml (0.7ms)
Rendered projects/wikis/_nav.html.haml (2.8ms)
Rendered projects/wikis/_main_links.html.haml (0.0ms)
Rendered projects/wikis/pages.html.haml within layouts/projects (5.6ms)
Rendered layouts/_head.html.haml (1.1ms)
Rendered layouts/_search.html.haml (32.5ms)
Rendered layouts/_head_panel.html.haml (36.6ms)
Rendered layouts/_init_auto_complete.html.haml (5.6ms)
Rendered layouts/_flash.html.haml (0.1ms)
Rendered shared/_no_ssh.html.haml (0.8ms)
Rendered layouts/nav/_project.html.haml (70.3ms)
Completed 200 OK in 160ms (Views: 118.5ms | ActiveRecord: 6.3ms)
I'm not sure if it would help, but I tried to run the precompile task and got an error:
sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
Gemfile syntax error:
/home/git/gitlab/Gemfile:14: syntax error, unexpected ':', expecting $end
gem "mysql2", group: :mysql
^
I am running ruby v1.9.3p327