diff options
Diffstat (limited to 'app/views/welcome/index.html.erb')
-rw-r--r-- | app/views/welcome/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 125f9dd8a..dbcf6ed9d 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -29,7 +29,7 @@ </div> <% end %> <%= call_hook(:view_welcome_index_right, :projects => @projects) %> -</div> +</div> <% content_for :header_tags do %> <%= stylesheet_link_tag 'scm' %> |