Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue 411, adding Research button to navbar with existing icon #417

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions app/views/shared/_navigation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
<img src="https://voices-of-consent-static-images.s3.amazonaws.com/Design+Stage.svg" title="Design">
<span>Design</span>
</a>
<a class="nav-icon" href="<%= box_requests_path %>">
Copy link
Collaborator

@h-m-m h-m-m Feb 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting here that @abudri and I talked about this — it might be nice to change all the links here to use <%= link_to %> instead of this current pattern, and that's something that can wait for a future PR

<img src="https://voices-of-consent-static-images.s3.amazonaws.com/Packing+Stage.svg" title="Research">
<span>Research</span>
</a>
<a class="nav-icon" href="/">
<img src="https://voices-of-consent-static-images.s3.amazonaws.com/Packing+Stage.svg" title="Packing">
<span>Packing</span>
<img src="https://voices-of-consent-static-images.s3.amazonaws.com/Packing+Stage.svg" title="Packing">
<span>Packing</span>
</a>
<a class="nav-icon" href="/">
<img src="https://voices-of-consent-static-images.s3.amazonaws.com/Shipping+boc+redux.svg" title="Shipping">
Expand Down