Add edit to instruction view

This commit is contained in:
Luke Adams 2018-10-04 13:18:52 -06:00
parent c96015e634
commit 97afd6b68a

View File

@ -100,7 +100,7 @@ func (sb *showBug) layout(g *gocui.Gui) error {
if sb.isOnSide {
fmt.Fprint(v, "[a] Add label [r] Remove label")
} else {
fmt.Fprint(v, "[o] Toggle open/close [c] Comment [t] Change title")
fmt.Fprint(v, "[o] Toggle open/close [e] Edit [c] Comment [t] Change title")
}
_, err = g.SetViewOnTop(showBugInstructionView)