diff options
| author | Michel Etienne | 2014-02-20 11:10:49 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2014-02-20 11:10:49 +0100 | 
| commit | 67aabcbbb2ecc8d47f0b650acf2399d9a6fe700a (patch) | |
| tree | 0e3686e3232c7b6e8c70160ec688281dacf36c0f /app/helpers | |
| parent | af01ef8c87f149748a20b107c64abedee64efb63 (diff) | |
| download | chouette-core-67aabcbbb2ecc8d47f0b650acf2399d9a6fe700a.tar.bz2 | |
add link to validation specification pages
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/compliance_check_results_helper.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/app/helpers/compliance_check_results_helper.rb b/app/helpers/compliance_check_results_helper.rb index a24cbaa23..c2099562a 100644 --- a/app/helpers/compliance_check_results_helper.rb +++ b/app/helpers/compliance_check_results_helper.rb @@ -10,4 +10,8 @@ module ComplianceCheckResultsHelper      end    end +  def test_definition (compliance_check_result_code) +    Rails.application.config.validation_spec + I18n.locale.to_s + "/" + compliance_check_result_code +".html" +  end +    end  | 
