Mercurial > zeropaste
diff app/views/pastes/show.html.erb @ 287:77c157a9e645
Fix hash magic links.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 04:17:42 +0900 |
parents | 6cca1ab53337 |
children | c8757469da39 |
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb Wed Oct 16 04:05:52 2013 +0900 +++ b/app/views/pastes/show.html.erb Wed Oct 16 04:17:42 2013 +0900 @@ -12,7 +12,7 @@ <div id="paste-show" data-id="<%= @paste.id %>"> <ul id="paste-mode" class="nav nav-tabs"> - <li><%= link_to 'Plain', '#pl', :data => { :toggle => 'pill' } %></li> + <li><%= link_to 'Plain', '#pl', :class => "active", :data => { :toggle => 'pill' } %></li> <li><%= link_to 'Highlight', '#hl', :data => { :toggle => 'pill' } %></li> <li><%= link_to 'Markdown', '#md', :data => { :toggle => 'pill' } %></li> </ul>