Revision 3b0d3253

b/ui/templates/partials/machines.html
2 2
<!-- the create button -->
3 3
<div id="machines-pane-top" class="pane-top">
4 4
    <div id="createcontainer" class="create-container">
5
        <a id="create" rel="#wizard" href="#" class="createbutton" >{% trans "Create New +" %}</a>
5
        <a id="create" rel="#wizard" href="#" class="createbutton" >{% trans "New Machine +" %}</a>
6 6
    </div>
7 7

  
8 8
    <!-- changing between standard/list view -->
b/ui/templates/partials/networks.html
2 2
<!-- the create button -->
3 3
<div class="pane-top">
4 4
<div id="networks-createcontainer" class="create-container">
5
    <a class="createbutton" id="networkscreate" rel="#networks-wizard" href="#">{% trans "Create New +" %}</a>
5
    <a class="createbutton" id="networkscreate" rel="#networks-wizard"
6
        href="#">{% trans "New Network +" %}</a>
6 7
</div>
7 8
</div>
8 9

  

Also available in: Unified diff