質問編集履歴
1
ソースコードの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,7 +15,9 @@
|
|
15
15
|
|
16
16
|
### 試したこと
|
17
17
|
http://blog.livedoor.jp/eilsystem/archives/52031457.html
|
18
|
-
上記のサイトを参考にし、
|
18
|
+
上記のサイトを参考にし、gantt.rbの320行目の
|
19
|
+
label<<"#{issue.done_ratio}%"を
|
20
|
+
label << " #{issue.done_ratio}% #{issue.assigned_to}"に変更し、rbファイルを保存しredmineを再起動しましたが、 We're sorry, but something went wrong.と表示され、Web application could not be startedというエラーが出てきました。
|
19
21
|
|
20
22
|
|
21
23
|
### 補足情報(FW/ツールのバージョンなど)
|