Sha256: 2b52dbeb40e83d297a36e0a663918b9752897f87056db6ec34352b77263f3ad9

Contents?: true

Size: 826 Bytes

Versions: 2

Compression:

Stored size: 826 Bytes

Contents

<style>
#nav a{display:block}
#nav td{padding:0;text-align:center}
.cur {font-weight:bold}
.csb {background:url(http://www.google.co.jp/images/srpr/nav_logo27.png) no-repeat;overflow:hidden;background-position:0 0;height:40px;display:block}
#nav {font-family: arial,sans-serif; font-size:small}
#nav a:link {text-decoration:none; color:#4496d3}
#nav a:hover {text-decoration:underline}
#nav a:active {color:#c11}
#nav a:visited {color:#2200C1}
.b {font-weight:bold}
</style>
<%= paginator.render do -%>
<table id="nav" style="border-collapse:collapse;text-align:left;direction:ltr;margin:17px auto 0"><tbody><tr valign="top">
<td class="b"><%= prev_page_tag -%></td>
<% each_page.select(&:inside_window?).each do |page| %><%= page_tag page -%><% end %>
<td class="b"><%= next_page_tag -%></td>
</tr></tbody></table>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mega_bar-0.5.2 app/views/kaminari/google/_paginator.html.erb
mega_bar-0.5.1 app/views/kaminari/google/_paginator.html.erb