We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58deaea commit 06e09dcCopy full SHA for 06e09dc
2 files changed
app/views/layouts/_header.html.erb
@@ -26,6 +26,8 @@
26
<li><%= link_to 'Dwolla', dwolla_path %></li>
27
<li role="separator" class="divider"></li>
28
<li><%= link_to 'Online', donate_path %></li>
29
+ <li role="separator" class="divider"></li>
30
+ <li><%= link_to 'Swag', cottonbureau_path %></li>
31
32
<li><%= link_to 'AmazonSmile', amazon_path %></li>
33
</ul>
config/routes.rb
@@ -45,6 +45,7 @@
45
get 'dwolla' => redirect('https://www.dwolla.com')
46
get 'board' => 'pages#board'
47
get 'contact' => 'pages#contact'
48
+ get 'cottonbureau' => redirect('https://cottonbureau.com/products/operation-code-medal')
49
get 'calendar' => 'pages#calendar'
50
get 'sponsors' => 'pages#sponsors'
51
get 'employers' => 'pages#employers'
0 commit comments