forked from saurabh/orbit4-5
removed update all button
This commit is contained in:
parent
b1be711fd5
commit
573030b119
|
@ -2,7 +2,7 @@
|
|||
<thead>
|
||||
<tr class="sort-header">
|
||||
<th class="">Title</th>
|
||||
<th class="">Update <%= (@extensions_to_update_count == 1 ? "(#{@extensions_to_update_count} update available)" : (@extensions_to_update_count > 1 ? "(#{@extensions_to_update_count} updates available)" : "")) %> <a href="" id="update_all_modules" class="btn btn-primary pull-right <%= @extensions_to_update_count > 1 ? "" : "disabled" %>">Update All</a></th>
|
||||
<th class="">Update <%= (@extensions_to_update_count == 1 ? "(#{@extensions_to_update_count} update available)" : (@extensions_to_update_count > 1 ? "(#{@extensions_to_update_count} updates available)" : "")) %>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="sort-holder" id="tbody_designs">
|
||||
|
|
Loading…
Reference in New Issue