Return apostrophes to our preferred style
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if Account.accepting_signups? %>
|
<% if Account.accepting_signups? %>
|
||||||
<p><strong>New here?</strong> <%= link_to "Sign up", new_signup_path %> to create an account. <strong>Already have an account?</strong> Enter your email and we'll get you signed in.</p>
|
<p><strong>New here?</strong> <%= link_to "Sign up", new_signup_path %> to create an account. <strong>Already have an account?</strong> Enter your email and we’ll get you signed in.</p>
|
||||||
<% else %>
|
<% else %>
|
||||||
<p>Enter your email and we'll get you signed in.</p>
|
<p>Enter your email and we’ll get you signed in.</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<button type="submit" id="log_in" class="btn btn--link center txt-medium">
|
<button type="submit" id="log_in" class="btn btn--link center txt-medium">
|
||||||
<span>Let's go</span>
|
<span>Let’s go</span>
|
||||||
<%= icon_tag "arrow-right" %>
|
<%= icon_tag "arrow-right" %>
|
||||||
</button>
|
</button>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user