Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Use the 'unique title' for tags in export not the plain title
Browse files Browse the repository at this point in the history
This means that parent/child relationships will be represented.
  • Loading branch information
jystewart committed Sep 4, 2012
1 parent 37ce461 commit cddaf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/reports.rake
Expand Up @@ -20,7 +20,7 @@ namespace :reports do
a.kind,
"https://www.gov.uk/#{a.slug}"
]
row += a.sections.collect { |t| t.title }
row += a.sections.collect { |t| t.unique_title }
csv << row
print "."
end
Expand Down

0 comments on commit cddaf70

Please sign in to comment.