diff --git a/app/views/recruitments/_job_form.html.erb b/app/views/recruitments/_job_form.html.erb index d687109..8003806 100644 --- a/app/views/recruitments/_job_form.html.erb +++ b/app/views/recruitments/_job_form.html.erb @@ -26,6 +26,10 @@
<%= fe.text_field locale, :class => "form-control", :value => @job.job_title_translations[locale] %>
+
+

<%= t("recruitment.job_description_example") %>

+ <%= t("recruitment.example") %> +
<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 6ac7d7b..2e9d57f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -6,6 +6,8 @@ en: module_name: recruitment: Recruitment recruitment: + example: Exmaple + job_title_example: For Example Executive, Manager, Supervisor etc. total_internship_postings: Total Internship Postings total_exchange_postings: Total Exchange Postings total_employees: Total Employees diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index eb79bda..350a7be 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -7,6 +7,14 @@ zh_tw: module_name: recruitment: 招募 recruitment: + example: Exmaple + job_title_example: For Example Executive, Manager, Supervisor etc. + job_description_example: "For Example: Job Description for Marketing Executive + a. Overseeing and developing marketing campaigns + b. Conducting research and analysing data to identify and define audiences. + c. Managing campaigns on social media + d. Devising and presenting ideas and strategies" + total_internship_postings: 全部實習生需求列表 total_exchange_postings: 全部交換生需求列表 total_employees: 所有雇員