Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<label class="checkbox-label">
<Input @type="checkbox" disabled={{this.disabled}} @checked={{this.buffer}} />
{{i18n this.labelKey}}
</label>
{{#if this.changed}}
<DButton
@action={{this.apply}}
@icon="check"
class="btn-primary btn-small submit-edit"
/>
@action={{this.cancel}}
@icon="times"
class="btn-small cancel-edit"
{{/if}}