[Notice] Announcing the End of Demo Server [Read me]

update unauthorized error page
@d12f89ee09ca7daf124132f04f323a5df2e166db
--- app/views/layout.scala.html
+++ app/views/layout.scala.html
... | ... | @@ -58,22 +58,7 @@ |
58 | 58 |
}); |
59 | 59 |
</script> |
60 | 60 |
<!-- HIVE --> |
61 |
-<!-- UserVoice JavaScript SDK (only needed once on a page) --> |
|
62 |
- <script>(function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/pHKWfqCMdpRfBQGdt9v55g.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})()</script> |
|
61 |
+@uservoice("196721") |
|
63 | 62 |
|
64 |
- <!-- A tab to launch the Classic Widget --> |
|
65 |
- <script> |
|
66 |
- UserVoice = window.UserVoice || []; |
|
67 |
- UserVoice.push(['showTab', 'classic_widget', { |
|
68 |
- mode: 'feedback', |
|
69 |
- primary_color: '#d4d4d4', |
|
70 |
- link_color: '#f36b22', |
|
71 |
- forum_id: 196721, |
|
72 |
- tab_label: 'Feedback', |
|
73 |
- tab_color: '#f36b22', |
|
74 |
- tab_position: 'middle-left', |
|
75 |
- tab_inverted: true |
|
76 |
- }]); |
|
77 |
- </script> |
|
78 | 63 |
</body> |
79 | 64 |
</html>(No newline at end of file) |
+++ app/views/uservoice.scala.html
... | ... | @@ -0,0 +1,21 @@ |
1 | +@(forumId:String) | |
2 | + | |
3 | +<!-- UserVoice JavaScript SDK (only needed once on a page) --> | |
4 | +<script type="text/javascript"> | |
5 | + (function(){var uv=document.createElement('script');uv.type='text/javascript';uv.async=true;uv.src='//widget.uservoice.com/pHKWfqCMdpRfBQGdt9v55g.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(uv,s)})(); | |
6 | + | |
7 | + // A tab to launch the Classic Widget | |
8 | + UserVoice = window.UserVoice || []; | |
9 | + UserVoice.push(['showTab', 'classic_widget', { | |
10 | + mode: 'feedback', | |
11 | + primary_color: '#d4d4d4', | |
12 | + link_color: '#f36b22', | |
13 | + forum_id: @forumId, | |
14 | + tab_label: 'Feedback', | |
15 | + tab_color: '#f36b22', | |
16 | + tab_position: 'middle-left', | |
17 | + tab_inverted: true | |
18 | + }]); | |
19 | +</script> | |
20 | + | |
21 | +<!-- end of UserVoice -->(No newline at end of file) |
--- conf/messages.ko
+++ conf/messages.ko
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 |
title.milestoneList = 마일스톤 리스트 |
8 | 8 |
title.editMilestone = 마일스톤 수정 |
9 | 9 |
title.milestoneManage = 마일스톤 관리 |
10 |
-title.projectHome = 프로젝트 홈 |
|
10 |
+title.projectHome = Overview |
|
11 | 11 |
title.newProject = 새 프로젝트 생성 |
12 | 12 |
title.projectSetting = 프로젝트 설정 |
13 | 13 |
title.memberList = 멤버 리스트 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?