Skip to content

Commit d0dcc9b

Browse files
authored
Merge pull request #28 from ProLoser/copilot/add-toolbar-button-github
Add GitHub Issues button to toolbar
2 parents 648eb4d + 63c14fe commit d0dcc9b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,9 @@ var Nav = React.createClass({
508508
<a className="btn btn-default slidetip" onClick={this.newScript} title="New Script">
509509
<i className="glyphicon glyphicon-plus"></i>
510510
</a>
511+
<a className="btn btn-default slidetip" href="https://github.com/ProLoser/screenwriter/issues" target="_blank" rel="noopener noreferrer" title="Report Issues">
512+
<img src="github-icons/GitHub-Mark-32px.png" alt="Report Issues on GitHub" style={{width: '16px', height: '16px', verticalAlign: 'middle'}} />
513+
</a>
511514
</span>
512515
</div>
513516
{this.state.open == 'print' && <div className="popover bottom" style={ { display: 'block' } } onClick={this.stopProp}>

0 commit comments

Comments
 (0)