Revision 3b84b94a

b/ui/templates/machines.html
48 48
<!-- changing between standard/list view -->
49 49
<div id="ie-fix-view-select">
50 50
    <div id="view-select">
51
        <a id="standard" href="{% url machines-standard %}"></a>
52
        <a id="list" href="{% url machines-list %}"></a>
53
        <a id="single" href="{% url machines-single %}"></a>
51
        <a id="standard" href="{% url machines-standard %}" title="{% trans "Icon view" %}"></a>
52
        <a id="list" href="{% url machines-list %}" title="{% trans "List view" %}"></a>
53
        <a id="single" href="{% url machines-single %}" title="{% trans "Single view" %}"></a>
54 54
    </div>
55 55
</div>
56 56

  

Also available in: Unified diff