If you go on any project you will find two buttons(one is having the names of git branch like master and other is watch or unwatch) on right side of the project. They are actually 4 buttons one for the name(master) and one for the dropdown(arrow) and same for the second button.
So the problem here is, the button that is showing the names are dump buttons and confusing for the end user to understand. Instead of 4 buttons they should be two buttons only.
We just need to remove extra buttons and add name to second button:
Before: master Toggle Dropdown
After: master Toggle Dropdown
This same thing will repeat for the Watch button.
As you the above button is deleted which is actually a dump button and Initial name(master) of the button is added to the second button.
For the reference of buttons I'm talking about, please follow the image below.
Thanks for reporting this issue!
This was actually fixed in master a little time ago, so you will see the changes on pagure.io when it is next updated! This area now looks a little like this:
This was fixed in PR#1148
@ryanlerch changed the status to Fixed
Fixed
@ryanlerch This looks cool and clean to me :)