Skip to content

Commit

Permalink
fixed ga bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nitindhar7 committed Apr 25, 2011
1 parent bb25a58 commit e56cfd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<body>
<%= render :partial => "shared/nav" %>
<%= yield %>
<%= render :partial => "#{Rails.root}/app/views/shared/ga" %>

</body>
</html>
2 changes: 1 addition & 1 deletion app/views/layouts/authentication.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
</head>
<body>
<%= yield %>
<%= render :partial => "#{Rails.root}/app/views/shared/ga" %>

</body>
</html>

0 comments on commit e56cfd4

Please sign in to comment.