forked from saurabh/orbit4-5
removed update all button
This commit is contained in:
parent
07f6b6aab2
commit
0746250c46
|
@ -2,7 +2,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="sort-header">
|
<tr class="sort-header">
|
||||||
<th class="">Title</th>
|
<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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody class="sort-holder" id="tbody_designs">
|
<tbody class="sort-holder" id="tbody_designs">
|
||||||
|
|
Loading…
Reference in New Issue