Sha256: 5c00976530e715b132bcb5358411e352b312f09dedd6bfc63171b578d1d2bf05
Contents?: true
Size: 530 Bytes
Versions: 20
Compression:
Stored size: 530 Bytes
Contents
# English resources of edit_today plugin. @edit_today_caption = 'Edit' def edit_today_edit_label( date ) date.strftime( 'Edit %Y-%m-%d' ) end def edit_today_conf_html r = <<-HTML <h3 class="subtitle">Link String</h3> <p>Specify string to link to edit page. If you have image file, you can specify icon on this link.</p> <p><input name="edit_today_caption" size="70" value="#{h @conf['edit_today.caption']}"></p> HTML end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End:
Version data entries
20 entries across 20 versions & 1 rubygems