diff --git a/app/views/gists/show.html.erb b/app/views/gists/show.html.erb index 225ed78..dd026ce 100644 --- a/app/views/gists/show.html.erb +++ b/app/views/gists/show.html.erb @@ -1,3 +1,4 @@ +<% content_for :title do %><%= @gist.title %><% end %>
<%= render :partial => 'common/flash_notice' %>