Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support-propshaftをmasterに追従する #5

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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