Sha256: e5fb254a5dedd1667f6d8e86c3100e98c74024142342bf5705512610610fe743

Contents?: true

Size: 575 Bytes

Versions: 10

Compression:

Stored size: 575 Bytes

Contents

<div class="toolbar">
	<h1 id="pageTitle">
		Settings
	</h1>
</div>

<ul id="settings" selected="true" title="Settings">
	<% if @msg %><li style="color:#ff0000" align="center"><%=@msg%></li><% end %>
	<li>Client ID: <br/><span style="font-size: 60%"><%=Rhom::Rhom::client_id%></span></li>
	<li><%=link_to "Reset Database", :action => :reset%></li>
	<li><%=link_to "Perform Sync", :action => :do_sync%></li>
	<% if SyncEngine::logged_in > 0 %>		
	<li><%=link_to "Logout", :action => :logout%></li>
	<% else %>
	<li><%=link_to "Login", :action => :login%></li>
	<% end %>
</ul>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rhodes-1.5.5 res/generators/templates/application/app/Settings/index.erb
rhodes-1.5.4 res/generators/templates/application/app/Settings/index.erb
rhodes-1.5.3 res/generators/templates/application/app/Settings/index.erb
rhodes-1.5.2 res/generators/templates/application/app/Settings/index.erb
rhodes-1.5.1 res/generators/templates/application/app/Settings/index.erb
rhodes-1.5.0 res/generators/templates/application/app/Settings/index.erb
rhodes-1.4.2 res/generators/templates/application/app/Settings/index.erb
rhodes-1.4.1 res/generators/templates/application/app/Settings/index.erb
rhodes-1.4.0 res/generators/templates/application/app/Settings/index.erb
rhodes-1.2.2 res/generators/templates/application/app/Settings/index.erb