Skip to content
Snippets Groups Projects
Commit 210bbdb1 authored by Nicolas Vanhoren's avatar Nicolas Vanhoren
Browse files

[imp] label correction in mobile web

bzr revid: nicolas.vanhoren@openerp.com-20111115071356-jj2p47qrn4scz5ef
parent 9f1a6088
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@
<t t-call="Header" />
<div id="content" data-role="content">
<t t-if="!(records.length>0)">
No one record is created
There is no records to show.
</t>
<t t-if="records.length>0">
<ul data-role="listview" data-inset="true" data-theme="d" data-filter="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment