Mercurial > zeropaste
comparison app/views/pastes/show.html.erb @ 412:634366b67312
Add extra padding so the links aren't stuck to bottom.
author | nanaya <me@myconan.net> |
---|---|
date | Mon, 07 Sep 2015 21:54:39 +0900 |
parents | d647e79136d8 |
children | 39d59ae9d9db |
comparison
equal
deleted
inserted
replaced
411:731bf8577da6 | 412:634366b67312 |
---|---|
53 </div> | 53 </div> |
54 <% end %> | 54 <% end %> |
55 </div> | 55 </div> |
56 | 56 |
57 <hr /> | 57 <hr /> |
58 <ul class="nav nav-pills"> | 58 <ul class="nav nav-pills paste-show__footer"> |
59 <li role="presentation"> | 59 <li role="presentation"> |
60 <%= link_to t(".raw"), paste_path(@paste, :txt) %> | 60 <%= link_to t(".raw"), paste_path(@paste, :txt) %> |
61 </li> | 61 </li> |
62 <li role="presentation"> | 62 <li role="presentation"> |
63 <%= link_to t(".derive"), root_path(:base => @paste) %> | 63 <%= link_to t(".derive"), root_path(:base => @paste) %> |