Skip to content

Commit

Permalink
New buttons 馃帹 (#8007)
Browse files Browse the repository at this point in the history
Matching commit for TryGhost/Admin#529
  • Loading branch information
JohnONolan authored and kevinansfield committed Feb 16, 2017
1 parent 7866579 commit f6c4384
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/server/apps/private-blogging/lib/views/private.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
{{input_password class="gh-input" placeholder="Password"}}
</span>
</div>
<button class="btn btn-blue btn-block" type="submit">Enter Now</button>
<button class="gh-btn gh-btn-blue gh-btn-block" type="submit"><span>Enter Now</span></button>
</form>

{{#if error}}
Expand Down
2 changes: 1 addition & 1 deletion core/server/apps/subscribers/lib/views/subscribe.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{{subscribe_form
form_class="gh-signin"
input_class="gh-input"
button_class="btn btn-blue btn-block"
button_class="gh-btn gh-btn-blue gh-btn-block"
placeholder="Your email address"
autofocus="true"
}}
Expand Down
2 changes: 1 addition & 1 deletion core/server/helpers/tpl/subscribe_form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="form-group{{#if error}} error{{/if}}">
{{input_email class=input_class placeholder=placeholder value=email autofocus=autofocus}}
</div>
<button class="{{button_class}}" type="submit">Subscribe</button>
<button class="{{button_class}}" type="submit"><span>Subscribe</span></button>
{{! This is used to get extra info about where this subscriber came from }}
{{script}}
</form>
Expand Down

0 comments on commit f6c4384

Please sign in to comment.