update label
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<%= description_list_pair t('.description_labels.producer'), releasable.project.account.name %>
|
<%= description_list_pair t('.description_labels.producer'), releasable.project.account.name %>
|
||||||
<%= description_list_pair t('.description_labels.production'), releasable.project.name %>
|
<%= description_list_pair t('.description_labels.production'), releasable.project.name %>
|
||||||
<%= description_list_pair t('.description_labels.employee_issued_to'), releasable.name %>
|
<%= description_list_pair t('.description_labels.issued_to'), releasable.name %>
|
||||||
<%= description_list_pair t('.description_labels.issued_by'), releasable.approved_by_user_name %>
|
<%= description_list_pair t('.description_labels.issued_by'), releasable.approved_by_user_name %>
|
||||||
<%= description_list_pair t('.description_labels.date_issued'), releasable.approved_at %>
|
<%= description_list_pair t('.description_labels.date_issued'), releasable.approved_at %>
|
||||||
</dl>
|
</dl>
|
||||||
@@ -306,8 +306,8 @@ en:
|
|||||||
for_office_use_only:
|
for_office_use_only:
|
||||||
description_labels:
|
description_labels:
|
||||||
date_issued: Date Issued
|
date_issued: Date Issued
|
||||||
employee_issued_to: Employee Issued To
|
|
||||||
issued_by: Issued By
|
issued_by: Issued By
|
||||||
|
issued_to: Issued To
|
||||||
producer: Producer
|
producer: Producer
|
||||||
production: Production
|
production: Production
|
||||||
heading: For Office Use Only
|
heading: For Office Use Only
|
||||||
|
|||||||
@@ -138,8 +138,8 @@ es:
|
|||||||
for_office_use_only:
|
for_office_use_only:
|
||||||
description_labels:
|
description_labels:
|
||||||
date_issued: Date Issued (ES)
|
date_issued: Date Issued (ES)
|
||||||
employee_issued_to: Employee Issued To (ES)
|
|
||||||
issued_by: Issued By (ES)
|
issued_by: Issued By (ES)
|
||||||
|
issued_to: Issued To (ES)
|
||||||
producer: Producer (ES)
|
producer: Producer (ES)
|
||||||
production: Production (ES)
|
production: Production (ES)
|
||||||
heading: For Office Use Only (ES)
|
heading: For Office Use Only (ES)
|
||||||
|
|||||||
@@ -9,20 +9,6 @@ SET xmloption = content;
|
|||||||
SET client_min_messages = warning;
|
SET client_min_messages = warning;
|
||||||
SET row_security = off;
|
SET row_security = off;
|
||||||
|
|
||||||
--
|
|
||||||
-- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
|
|
||||||
--
|
|
||||||
|
|
||||||
CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
|
|
||||||
|
|
||||||
|
|
||||||
--
|
|
||||||
-- Name: EXTENSION plpgsql; Type: COMMENT; Schema: -; Owner: -
|
|
||||||
--
|
|
||||||
|
|
||||||
COMMENT ON EXTENSION plpgsql IS 'PL/pgSQL procedural language';
|
|
||||||
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Name: fuzzystrmatch; Type: EXTENSION; Schema: -; Owner: -
|
-- Name: fuzzystrmatch; Type: EXTENSION; Schema: -; Owner: -
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -260,7 +260,7 @@ feature "User managing medical releases" do
|
|||||||
expect(pdf_body).to have_content for_office_use_only.upcase
|
expect(pdf_body).to have_content for_office_use_only.upcase
|
||||||
expect(pdf_body).to have_content producer_label
|
expect(pdf_body).to have_content producer_label
|
||||||
expect(pdf_body).to have_content production_label
|
expect(pdf_body).to have_content production_label
|
||||||
expect(pdf_body).to have_content employee_issued_to_label
|
expect(pdf_body).to have_content issued_to_label
|
||||||
expect(pdf_body).to have_content issued_by_label
|
expect(pdf_body).to have_content issued_by_label
|
||||||
expect(pdf_body).to have_content date_issued
|
expect(pdf_body).to have_content date_issued
|
||||||
expect(pdf_body).to have_content 'Big Joe'
|
expect(pdf_body).to have_content 'Big Joe'
|
||||||
@@ -282,7 +282,7 @@ feature "User managing medical releases" do
|
|||||||
expect(pdf_body).not_to have_content for_office_use_only.upcase
|
expect(pdf_body).not_to have_content for_office_use_only.upcase
|
||||||
expect(pdf_body).not_to have_content producer_label
|
expect(pdf_body).not_to have_content producer_label
|
||||||
expect(pdf_body).not_to have_content production_label
|
expect(pdf_body).not_to have_content production_label
|
||||||
expect(pdf_body).not_to have_content employee_issued_to_label
|
expect(pdf_body).not_to have_content issued_to_label
|
||||||
expect(pdf_body).not_to have_content issued_by_label
|
expect(pdf_body).not_to have_content issued_by_label
|
||||||
expect(pdf_body).not_to have_content date_issued
|
expect(pdf_body).not_to have_content date_issued
|
||||||
expect(pdf_body).not_to have_content 'Big Joe'
|
expect(pdf_body).not_to have_content 'Big Joe'
|
||||||
@@ -580,8 +580,8 @@ feature "User managing medical releases" do
|
|||||||
t 'contracts.for_office_use_only.description_labels.production'
|
t 'contracts.for_office_use_only.description_labels.production'
|
||||||
end
|
end
|
||||||
|
|
||||||
def employee_issued_to_label
|
def issued_to_label
|
||||||
t 'contracts.for_office_use_only.description_labels.employee_issued_to'
|
t 'contracts.for_office_use_only.description_labels.issued_to'
|
||||||
end
|
end
|
||||||
|
|
||||||
def issued_by_label
|
def issued_by_label
|
||||||
|
|||||||
Reference in New Issue
Block a user