Sha256: 47806dae4ea582138c7eae453592e0731800d818d0a311dce198fab4f57d45a0
Contents?: true
Size: 526 Bytes
Versions: 49
Compression:
Stored size: 526 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 <<-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
49 entries across 38 versions & 1 rubygems