Cancel button was not present in the fork edit page.This commit adds the cancel button functionality to it.
i think you need to adjust the spaces :) and i am not sure what >> means in the starting of the line.
>>
rebased
You might want to fix your spaces here too :)
Looks reasonable to me.
Needs a rebase:
@farhaan or simply: git pull --rebase upstream master in the feature branch
git pull --rebase upstream master
1 new commit added
The message of the second commit is invalid, it needs to reflect what was actually changed.
Seeing the size of the change I would recommend squashing the two commits together but at least the second commit message needs to be adjusted :)
The message of the second commit is invalid, it needs to reflect what was actually changed. Seeing the size of the change I would recommend squashing the two commits together but at least the second commit message needs to be adjusted :)
I squashed the two commits together :)
Pull-Request has been closed by shivani1706
This was looking good, any reason to have closed it?
Although, maybe we could do that in one line, see the template: pagure/templates/user_settings.html and search history.back in it :)
pagure/templates/user_settings.html
history.back
I couldnot understand why the build failed. :(
That's because jenkins failed to connect to faitout (http://faitout.fedorainfracloud.org/) to get a postgresql database so it's not related to your change :)
Ohh.. So what do I do now? Can you please help?
Let's just open a new PR to make things easier, but please see my comment above :)
Okay :)
Cancel button was not present in the fork edit
page.This commit adds the cancel button
functionality to it.