Skip to content

Commit

Permalink
Merge pull request #5 from farend/master
Browse files Browse the repository at this point in the history
support-propshaftをmasterに追従する
  • Loading branch information
ishikawa999 authored Jun 12, 2024
2 parents a32776e + 11e6577 commit 07811f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Redmineのインストールディレクトリで以下のコマンドを実行
git clone https://github.com/farend/redmine_theme_farend_basic.git public/themes/farend_basic
```

#### RedMica 3.0以降の場合

Redmineのインストールディレクトリで以下のコマンドを実行してください。

```
git clone -b support-propshaft https://github.com/farend/redmine_theme_farend_basic.git themes/farend_basic
```

### 2: テーマの設定を変更

Redmineの管理画面で新しいテーマを利用する設定を行います。
Expand Down
2 changes: 1 addition & 1 deletion javascripts/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(function(){

if (($("a.help").text() == "ヘルプ" ? "ja" : $("html").attr("lang")) == "ja") {
/* When the language is Japanese, the link destination of help is Redmine.jp */
$("a.help").attr("href", "http://guide.redmine.jp/");
$("a.help").attr("href", "https://redmine.jp/guide/");

/* Show scope in search in search box placeholder */
$("body").attr("class").match(/controller-[\S]+/);
Expand Down

0 comments on commit 07811f6

Please sign in to comment.