Skip to content
Snippets Groups Projects
Commit 70c4badf authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Rename scripts_body_top to project_javascripts.

parent f1bcf1e5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -33,7 +33,7 @@
- if content_for?(:page_specific_javascripts)
= yield :page_specific_javascripts
 
= yield :scripts_body_top
= yield :project_javascripts
 
= csrf_meta_tags
 
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
- header_title project_title(@project) unless header_title
- nav "project"
 
- content_for :scripts_body_top do
- content_for :project_javascripts do
- project = @target_project || @project
- if @project_wiki && @page
- preview_markdown_path = namespace_project_wiki_preview_markdown_path(project.namespace, project, @page.slug)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment