Remove all JIRA/Confluence references.

This commit is contained in:
Gunther Brunner
2015-03-18 19:39:40 +09:00
parent cefe35b82e
commit 6fe4f8ae1b
2 changed files with 5 additions and 17 deletions

View File

@@ -2,15 +2,9 @@ module.exports = function HelpCtrl($scope) {
$scope.links = {
manualBasic: '/manual-basic/',
manualAdvanced: '/manual-advanced/',
wiki: 'http://amewiki.cadc.cyberagent.local/display/STF',
wiki: 'https://ghe.ca-tools.org/stf/stf/wiki',
chat: 'https://cyberagent.hipchat.com/chat?focus_jid=44808_stf@conf.hipchat.com',
tracker: 'http://jira.amb.ca.local/browse/STF',
feedback: 'http://jira.amb.ca.local/secure/CreateIssueDetails!init.jspa?' +
'pid=10521&issuetype=14&summary=STF%E3%81%AB%E9%96%A2%E3%81%99%E3%82%8B%E3' +
'%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B&description=%E3%81' +
'%8A%E5%95%8F%E3%81%84%E5%90%88%E3%82%8F%E3%81%9B%E5%86%85%E5%AE%B9%E3%81' +
'%AF%E3%82%B3%E3%82%B3%E3%81%AB%E8%A8%98%E8%BC%89%E3%81%97%E3%81%A6%E3%81' +
'%8F%E3%81%A0%E3%81%95%E3%81%84',
tracker: 'https://ghe.ca-tools.org/stf/stf/issues',
mail: 'stf@cyberagent.co.jp'
}
}

View File

@@ -22,9 +22,6 @@
a(ng-href='{{links.manualBasic}}', target='_blank', role='button').btn.btn-danger.pull-right
i.fa.fa-book
| Basic
a(ng-href='{{links.wiki}}', target='_blank', role='button').btn.btn-primary
i.fa.fa-book
| コンフルスペース
.clearfix
li
.timeline-time
@@ -35,12 +32,9 @@
i.fa.fa-ticket
.timeline-content
h2 お問い合わせ
p お問い合わせはJIRAになります。
p お問い合わせはメールになります。
p 質問や疑問、改善や機能追加などの要望は大歓迎です。
p メールでも問い合わせが可能です。
a(ng-href='{{links.feedback}}', target='_blank', role='button').btn.btn-warning
i.fa.fa-ticket
| JIRAでお問い合わせ
a(ng-href='mailto:{{links.mail}}', role='button').btn.btn-default
i.fa.fa-envelope
| メールでお問い合わせ
@@ -69,10 +63,10 @@
i.fa.fa-bug
.timeline-content
h2 バグトラッカー
p プロジェクトのチケットトラッカーはこちらのJIRAになります。
p プロジェクトのチケットトラッカーはこちらのGithubになります。
p バグや機能のトラッカーです。
a(ng-href='{{links.tracker}}', target='_blank', role='button').btn.btn-success
i.fa.fa-bug
| JIRAチケット
| Github Issues