Skip to content

Commit

Permalink
Add a radio button for a Specialist Publisher fault
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Feb 23, 2015
1 parent b2bad54 commit b03a4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/support/gds/user_facing_components.rb
Expand Up @@ -22,9 +22,10 @@ def component_options
{ name: "Whitehall Publisher", id: "inside_government_publisher", inside_government_related: true },
{ name: "Mainstream Publisher", id: "mainstream_publisher" },
{ name: "Travel Advice Publisher", id: "travel_advice_publisher" },
{ name: "Specialist Publisher", id: "specialist_publisher" },
]
end
end
end
end
end
end

0 comments on commit b03a4d9

Please sign in to comment.