From 636a794c12d07907ec310ca777bd47c4b2edaf66 Mon Sep 17 00:00:00 2001
From: James Taylor
- <%= link_to "#{fa_icon('check')} #{t(:sign_cla)}".html_safe, @cla_url, class: 'btn btn-primary' %> + <%= link_to "#{t(:view_cla)}".html_safe, @cla_url, class: 'btn btn-primary' %>
<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 15bd23c29..f3d869e9d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -30,7 +30,7 @@ en: signed_out_site_intro: To contribute you need to log in with a free GitHub account. GitHub is a popular code-sharing site which hosts the site content. signed_in_site_intro: There is no way at the moment to explore github content here. Please go to the project you want to edit on GitHub and follow a link to the editor. Thanks! cla: This project has a CLA (Contributor License Agreement). You may need to agree to it before your change can be accepted, if you haven't already. - sign_cla: Accept CLA + view_cla: View CLA help: edit: Make your changes in the editor below, then hit "Submit changes" at the bottom. new: Enter the title of your new document (e.g. "All About Rabbits"), and then write the content in the editor below. Once you're done hit "Submit changes" at the bottom.