1
0
mirror of https://github.com/freifunk-gluon/packages.git synced 2024-06-15 19:54:07 +02:00

Even more whitespace fixes in <a> elements

This commit is contained in:
Matthias Schiffer 2012-08-02 20:53:57 +02:00
parent b83cf46669
commit 39991b8000

View File

@ -6,14 +6,10 @@
<div class="actions">
<% if successor then %>
<a class="btn primary" href="<%=luci.dispatcher.build_url("wizard", successor.href)%>">
Weiter
</a>
<a class="btn primary" href="<%=luci.dispatcher.build_url("wizard", successor.href)%>">Weiter</a>
<% end %>
<% if predecessor then %>
<a class="btn" href="<%=luci.dispatcher.build_url("wizard", predecessor.href)%>">
Zurück
</a>
<a class="btn" href="<%=luci.dispatcher.build_url("wizard", predecessor.href)%>">Zurück</a>
<% end %>
</div>