ui: added secondary action instead of two buttons on files page.
- also made improvements for secondary dropdown actions in pull-requests
This commit is contained in:
parent
bdf49e02d6
commit
26bc071ae3
4 changed files with 32 additions and 16 deletions
|
|
@ -517,7 +517,7 @@
|
|||
</a>
|
||||
|
||||
<div class="btn-action-switcher-container" id="update-commits-switcher">
|
||||
<ul class="btn-action-switcher" role="menu">
|
||||
<ul class="btn-action-switcher" role="menu" style="min-width: 300px;">
|
||||
<li>
|
||||
<a href="#forceUpdate" onclick="updateController.forceUpdateCommits(this); return false">
|
||||
${_('Force update commits')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue