Sha256: 6fdd9d2c740c1db9ce5ac06b3319c4624f2c433de3d23938e66859055ef0f83a
Contents?: true
Size: 577 Bytes
Versions: 16
Compression:
Stored size: 577 Bytes
Contents
<% if @shortcuts %> <div class="rblock"> <div class="btitle"> <h4><%=l :shortcuts %></h4> </div> <table> <% @shortcuts.each_with_index do |shortcut, index| %> <% if shortcut[:options] %> <tr><td valign="top"><%= shortcut[:key]%></td><td><%=detour_to l(shortcut[:function]), shortcut[:options], :id => shortcut[:function], :tabindex => index+100 %></td></tr> <% else %> <tr><td valign="top"><%= shortcut[:key]%></td><td><%=l shortcut[:function] %></td></tr> <% end %> <% end %> </table> </div> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems