0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 15:52:43 +00:00

set Report Save Issue to open save_issue.yaml template

This commit is contained in:
Gazook89
2022-09-18 10:08:01 -05:00
parent 4c3b9f8fb6
commit 7a609f5a78

View File

@@ -322,7 +322,7 @@ const EditPage = createClass({
<div className='errorContainer'> <div className='errorContainer'>
Looks like there was a problem saving. <br /> Looks like there was a problem saving. <br />
Report the issue <a target='_blank' rel='noopener noreferrer' Report the issue <a target='_blank' rel='noopener noreferrer'
href={`https://github.com/naturalcrit/homebrewery/issues/new?body=${encodeURIComponent(errMsg)}`}> href={`https://github.com/naturalcrit/homebrewery/issues/new?template=save_issue.yaml&error-code=${encodeURIComponent(errMsg)}`}>
here here
</a>. </a>.
</div> </div>