Sha256: 1256ec1cdb406419c825f0f8147552c0b06689eb5e5f34f049da508a10ce78d9
Contents?: true
Size: 889 Bytes
Versions: 156
Compression:
Stored size: 889 Bytes
Contents
<div data-role="page"> <div data-role="header" data-position="inline"> <h1>Settings</h1> </div> <div data-role="content"> <ul data-role="listview"> <% if @msg %> <li class="error-message"><%= @msg %></li> <% end %> <li> <div class="itemLabel"> <span class="title">Client ID:</span> </div> <div class="itemValue"> <span class="clientID"><%= Rhom::Rhom::client_id %></span> </div> </li> <li><a href="<%= url_for :action => :reset %>">Reset Database</a></li> <li><a href="<%= url_for :action => :do_sync %>">Perform Sync</a></li> <% if SyncEngine::logged_in > 0 %> <li><a href="<%= url_for :action => :logout %>">Logout</a></li> <% else %> <li><a href="<%= url_for :action => :login %>">Login</a></li> <% end %> </ul> </div> </div>
Version data entries
156 entries across 60 versions & 2 rubygems