From 588528abf67fbadabfb3dd78fb40cd626ab0f26a Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Fri, 16 Aug 2019 15:20:54 -0400 Subject: [PATCH] Moved interventions download button to main view --- src/components/Gradebook/index.jsx | 55 ++++++++++++++++++------------ 1 file changed, 33 insertions(+), 22 deletions(-) diff --git a/src/components/Gradebook/index.jsx b/src/components/Gradebook/index.jsx index d6ebf4d..c931aa5 100644 --- a/src/components/Gradebook/index.jsx +++ b/src/components/Gradebook/index.jsx @@ -683,20 +683,39 @@ export default class Gradebook extends React.Component { options={[{ label: 'Percent', value: 'percent' }, { label: 'Absolute', value: 'absolute' }]} onChange={this.props.toggleFormat} /> - {this.props.showDownloadButtons && , - pending: , - }} - disabledStates={['pending']} - />} + {this.props.showDownloadButtons && ( +
+ , + pending: , + }} + disabledStates={['pending']} + /> + , + pending: , + }} + disabledStates={['pending']} + /> +
+ )}
Import Grades -

Interventions Report

- -

Results appear in the table below.
Grade processing may take a few seconds.