Skip to content

Commit

Permalink
Merge pull request #214 from hl7au/213-footer-links
Browse files Browse the repository at this point in the history
Add footer links to the suite
  • Loading branch information
projkov authored Sep 30, 2024
2 parents edc16d6 + c960a0c commit 6915dbf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ generate:
rm -rf lib/au_core_test_kit/generated/
$(compose) $(inferno) bundle exec rake au_core:generate
$(compose) $(inferno) rubocop -A lib/au_core_test_kit/
$(compose) $(inferno) ruby lib/au_core_test_kit/generator/summary_generator.rb

summary: build
$(compose) $(inferno) ruby lib/au_core_test_kit/generator/summary_generator.rb
Expand Down
15 changes: 15 additions & 0 deletions lib/au_core_test_kit/generator/templates/suite.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,21 @@ module AUCoreTestKit
end
end

links [
{
label: 'Report Issue',
url: 'https://github.com/hl7au/au-fhir-core-inferno/issues'
},
{
label: 'Open Source',
url: 'https://github.com/hl7au/au-fhir-core-inferno'
},
{
label: 'AU Core Implementation Guide',
url: 'https://build.fhir.org/ig/hl7au/au-fhir-core/'
}
]

id :<%= suite_id %>

input :url,
Expand Down

0 comments on commit 6915dbf

Please sign in to comment.