diff app/views/pastes/show.html.erb @ 114:b72f99d7b8cf

Dynamic url based on options selected. Yes, I'm having too much fun.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 13:31:18 +0700
parents 2b1041e8c35e
children 546381cf83c2
line wrap: on
line diff
--- a/app/views/pastes/show.html.erb	Mon Nov 12 13:08:22 2012 +0700
+++ b/app/views/pastes/show.html.erb	Mon Nov 12 13:31:18 2012 +0700
@@ -24,7 +24,7 @@
       </div>
     </li>
   </ul>
-  <div id="paste" data-width="0" class="tab-content">
+  <div id="paste" data-mode="plain" data-width="full" class="tab-content">
     <div class="tab-pane active" id="plain">
       <pre><%= @paste.paste %></pre>
     </div>