Skip to content

Instantly share code, notes, and snippets.

@cat-in-136
Created December 29, 2019 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cat-in-136/9a0b2c32599b84bb3119500443cf729f to your computer and use it in GitHub Desktop.
Save cat-in-136/9a0b2c32599b84bb3119500443cf729f to your computer and use it in GitHub Desktop.
チケットの作成日・更新日を「○日前」ではなく日時で表示する for redmine4.1+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2019 @cat_in_136
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
$(function(){$('a[href*="activity"][title*=":"], abbr[title*=":"]').prepend(function(){return "["+$(this).attr("title")+"] "});});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment