diff --git a/app/views/admin/edit_web.rhtml b/app/views/admin/edit_web.rhtml index bc57beea..83ca3ee2 100644 --- a/app/views/admin/edit_web.rhtml +++ b/app/views/admin/edit_web.rhtml @@ -33,8 +33,17 @@ Color: - <%= html_options({ 'Green' => '008B26', 'Purple' => '504685', 'Red' => 'DA0006', - 'Orange' => 'C50', 'Grey' => '8BA2B0' }, @web.color) %> + <%= html_options({ + 'Green' => '008B26', + 'Purple' => '504685', + 'Red' => 'DA0006', + 'Orange' => 'C50', + 'Grey' => '8BA2B0', + 'Blue' => '204A87', + 'Brown' => '8F5902', + 'Scarlet Red' => 'AA0006', + 'Plum' => '5C3566' + }, @web.color) %>
/>