Skip to content

Commit

Permalink
Add Contribute info to About page
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Dec 2, 2018
1 parent 03e14ba commit a3d707b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file modified app/assets/images/contributors/jason_alsip.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions app/views/pages/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
<%= raw t('pages.about.message_text_two') %>
</div>

<div class="messageMain">
<%= t('pages.home.not_signed_in.main_message_two') %>
</div>

<div class="messageBody marginBottom">
<%= raw t('pages.home.not_signed_in.message_text_two', {
help: link_to(t('pages.home.not_signed_in.help'), contribute_path),
feedback: link_to(t('navigation.feedback'), 'http://goo.gl/forms/8EqoJDDiXY', target: 'blank')
}) %>
</div>


<div class="messageMain">
<%= t('pages.about.main_message_three') %>
</div>
Expand Down

0 comments on commit a3d707b

Please sign in to comment.