mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
%ul.nav.nav-tabs
|
|
= nav_link(action: :show) do
|
|
= link_to 'Contributors', namespace_project_graph_path
|
|
= nav_link(action: :commits) do
|
|
= link_to 'Commits', commits_namespace_project_graph_path
|