Skip to content

Commit 06e09dc

Browse files
danielcgoldrickr
authored andcommitted
Adding a swag link in the nav. (OperationCode#507)
OperationCode#486
1 parent 58deaea commit 06e09dc

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

app/views/layouts/_header.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
<li><%= link_to 'Dwolla', dwolla_path %></li>
2727
<li role="separator" class="divider"></li>
2828
<li><%= link_to 'Online', donate_path %></li>
29+
<li role="separator" class="divider"></li>
30+
<li><%= link_to 'Swag', cottonbureau_path %></li>
2931
<li role="separator" class="divider"></li>
3032
<li><%= link_to 'AmazonSmile', amazon_path %></li>
3133
</ul>

config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
get 'dwolla' => redirect('https://www.dwolla.com')
4646
get 'board' => 'pages#board'
4747
get 'contact' => 'pages#contact'
48+
get 'cottonbureau' => redirect('https://cottonbureau.com/products/operation-code-medal')
4849
get 'calendar' => 'pages#calendar'
4950
get 'sponsors' => 'pages#sponsors'
5051
get 'employers' => 'pages#employers'

0 commit comments

Comments
 (0)