Skip to content

Commit

Permalink
#180 対応。利用規約へのリンクを追加( URL は .env で指定する)。作成フォームの修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
PharaohKJ committed Jan 1, 2017
1 parent 7e1208f commit f6f71e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/views/projects/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<%= f.url_field :development_url, class: 'form-control', placeholder: t('dic.ex_devurl') %>
</p>
<p>
<%= t('.recommend_skill')%>
<%= t('.recommend_dev_url')%>
</p>
</div>
</div>
Expand All @@ -73,7 +73,7 @@
<% end %>
</p>
<p>
<%= t('.recommend_dev_url')%>
<%= t('.recommend_skill')%>
</p>
</div>
</div>
Expand Down Expand Up @@ -112,7 +112,7 @@
<div>
<label for="agree_message_check">
<input type="checkbox" id="agree_message_check" name="agreecheck" value="1">
当課題の成果物はコードフォーカナザワに帰属いたします。
<%= link_to t('dic.user_term'), ENV['LINK_USER_TERMS'], target: '_blank' %><%= t('dic.user_term_check')%>
</label>
</div>
<div>
Expand Down
6 changes: 4 additions & 2 deletions config/locales/views/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ ja:
ex_description: '入力必須 (例) 今日や直近のゴミの日がわかりにくいのをなんとかできないかな。'
ex_skills: '省略可 (例) HTML CSS'
ex_comment: '(例) どうすればプロジェクトに参加できますか?'
recommend: なし(メールアドレスを登録するとコメントやスキルに応じてメールで連絡がきます。ぜひご登録ください。)
receive_all: すべての課題の更新をメールで受け取る
recommend: なし(メールアドレスを登録するとコメントやスキルに応じてメールで連絡がきます。ぜひご登録ください。)
receive_all: すべての課題の更新をメールで受け取る
user_term: 利用規約
user_term_check: を確認・同意して、チェックを入れてください。
mail:
link_head: 詳細は
link_foot: を参照してください。
Expand Down
4 changes: 2 additions & 2 deletions config/locales/views/projects/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ ja:
skill: 必要なスキル
new_skill: 上記に無いスキルはスペース区切りでここに入力してください
dev_url: 開発用URL(GitHubのURLなど)
recommend_skill: (必要なスキルをここで登録することで、この ha4go 登録者全体から、マッチングした方へメールが送付されます。わからない場合は何も選択しなくてよいです。あとで増やすことができます。)
recommend_dev_url: (この課題を実際に解決しようとしている開発ページなどあればここで指定してください。)
recommend_skill: (必要なスキルをここで登録することで、この ha4go 登録者全体から、マッチングした方へメールが送付されます。あとで増やすことができます。)
recommend_dev_url: (この課題を実際に解決しようと議論・プロジェクトのページなどあればここで指定してください。)

0 comments on commit f6f71e8

Please sign in to comment.