Skip to content
Closed
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
{{#hasSecondaryEmail}}
<button type="submit" class="settings-button email-refresh primary-button enabled" title="{{ lastCheckedTime }}">{{#t}}Refresh Status{{/t}}</button>

<button
class="settings-button {{#hasSecondaryVerifiedEmail}}cancel secondary-button enabled{{/hasSecondaryVerifiedEmail}}
{{^hasSecondaryVerifiedEmail}} disabled {{/hasSecondaryVerifiedEmail}}">
<button class="settings-button cancel secondary-button">
{{#t}}Done{{/t}}
</button>
{{/hasSecondaryEmail}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ var View = FormView.extend({
buttonClass: this._hasSecondaryEmail() ? 'secondary-button' : 'primary-button',
emails: this._emails,
hasSecondaryEmail: this._hasSecondaryEmail(),
hasSecondaryVerifiedEmail: this._hasSecondaryVerifiedEmail(),
isPanelOpen: this.isPanelOpen(),
lastCheckedTime: this.getLastCheckedTimeString(),
newEmail: this.newEmail,
Expand Down