Sha256: 480a5a7a4f514c20c2f0b2dae981e6d9c59025c68fc9ca556df38986ece4f87a
Contents?: true
Size: 993 Bytes
Versions: 7
Compression:
Stored size: 993 Bytes
Contents
<% unless is_email? %> <link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/le-frog/jquery-ui.css"> <script src="/javascripts/jquery.js" type="text/javascript"></script> <script src="/javascripts/jquery_ujs.js" type="text/javascript"></script> <script src="/javascripts/jquery-ui-1.10.3.custom.js" type="text/javascript"></script> <style> .edit_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; } a.edit_link { color: #6fc143; text-decoration: none; } a.edit_link:hover { color: #469a18; } .delete_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; } a.delete_link { color: #d25151; text-decoration: none; } a.delete_link:hover { color: #a21010; } .piece_tool { background: #f8f9b0; width: 100px; padding: 5px; border-top: 1px dashed black; border-left: 1px dashed black; border-right: 1px dashed black; } </style> <% end %>
Version data entries
7 entries across 7 versions & 1 rubygems