#1972 Fix #1940. Add Cancel button to the fork edit view.
Merged 7 years ago by pingou. Opened 7 years ago by shivani1706.
shivani1706/pagure cancelb  into  master

@@ -98,6 +98,7 @@ 

        </fieldset>

        <div>

          <input type="submit" class="btn btn-primary" value="Commit changes">

+         <input type="button" class="btn btn-secondary" value="Cancel" class="button" onclick="history.back();">

          <input type="button" class="btn btn-secondary pull-md-right"

            value="Clear" id="clear_comment" />

        </div>

This commit adds the cancel button functionality
to the fork edit view. The cancel button was not
present earlier.

Pull-Request has been merged by pingou

7 years ago