Sha256: c59b772bd48425ee659c8662247b43ef0c57785e5ad1635c6a09d6725231e806
Contents?: true
Size: 577 Bytes
Versions: 41
Compression:
Stored size: 577 Bytes
Contents
<div data-role="page"> <div data-role="header" data-position="inline"> <h1><%= class_name.camelize %></h1> <%% if SyncEngine::logged_in > 0 %> <%%= link_to "Sync", :controller => :Settings, :action => :do_sync %> <%%= link_to "Logout", :controller => :Settings, :action => :logout %> <%% else %> <%%= link_to "Login", :controller => :Settings, :action => :login %> <%% end %> </div> <div data-role="content"> <table> <tr> <td class="recordLabel">Add links here...</td> </tr> </table> </div> </div>
Version data entries
41 entries across 41 versions & 1 rubygems