diff --git a/app/views/layouts/_ga.html.erb b/app/views/layouts/_ga.html.erb index b2667b2f..1e909cad 100644 --- a/app/views/layouts/_ga.html.erb +++ b/app/views/layouts/_ga.html.erb @@ -1,3 +1,8 @@ +<%# + # @file + # Google analytics, rendered on every page + #%> + \ No newline at end of file + diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a6f9dc2e..25514526 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,3 +1,10 @@ +<%# + # @file + # Main application file. Holds scaffolding present on every page. + # Then a certain non-partial view (no _ preceding filename) will be + # displayed within, based on URL + #%> +
diff --git a/app/views/main/_analyze.html.erb b/app/views/main/_analyze.html.erb index c4f92841..c96d3cb6 100644 --- a/app/views/main/_analyze.html.erb +++ b/app/views/main/_analyze.html.erb @@ -1,6 +1,10 @@ +<%# + # @file + # Analyze partial view. New options for the analyze menu go here. + #%> close