diff options
Diffstat (limited to 'app/views/snippets/show.html.haml')
-rw-r--r-- | app/views/snippets/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml index 4f3b51444ad..5942956f147 100644 --- a/app/views/snippets/show.html.haml +++ b/app/views/snippets/show.html.haml @@ -1,8 +1,9 @@ +- @content_class = "limit-container-width limited-inner-width-container" - page_title "#{@snippet.title} (#{@snippet.to_reference})", "Snippets" = render 'shared/snippets/header' -.personal-snippets.limit-container-width +.personal-snippets %article.file-holder.snippet-file-content = render 'shared/snippets/blob' |