diff options
| author | Xinhui | 2018-01-04 12:31:55 +0100 | 
|---|---|---|
| committer | Xinhui | 2018-01-04 12:31:55 +0100 | 
| commit | 6b42ecc9bced0f7c8ca7f9b81ad0c09e1f926b44 (patch) | |
| tree | d9dae8314cbced153437f60099482c84ef2eddf4 | |
| parent | 7ecfdc84155deab52c2747dc5681d706d7ede821 (diff) | |
| download | chouette-core-6b42ecc9bced0f7c8ca7f9b81ad0c09e1f926b44.tar.bz2 | |
Display checksum for pourchase window
Refs #5460
| -rw-r--r-- | app/views/purchase_windows/show.html.slim | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/app/views/purchase_windows/show.html.slim b/app/views/purchase_windows/show.html.slim index 9f3abb267..4ddde1706 100644 --- a/app/views/purchase_windows/show.html.slim +++ b/app/views/purchase_windows/show.html.slim @@ -17,4 +17,5 @@          = definition_list t('metadatas'),            { Chouette::PurchaseWindow.human_attribute_name(:name) => @purchase_window.try(:name),              'Organisation' => @purchase_window.referential.organisation.name, -            Chouette::PurchaseWindow.human_attribute_name(:date_ranges) => @purchase_window.periods.map{|d| t('validity_range', debut: l(d.begin, format: :short), end: l(d.end, format: :short))}.join('<br>').html_safe } +            Chouette::PurchaseWindow.human_attribute_name(:date_ranges) => @purchase_window.periods.map{|d| t('validity_range', debut: l(d.begin, format: :short), end: l(d.end, format: :short))}.join('<br>').html_safe, +            Chouette::PurchaseWindow.human_attribute_name(:checksum) => @purchase_window.checksum } | 
