Sha256: c599637607bdf9cd686c4c688001fbce754a6de394f29b5fb3358ec85a59480c

Contents?: true

Size: 718 Bytes

Versions: 89

Compression:

Stored size: 718 Bytes

Contents

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

<div id="content">
    <% if @msg %>
      <div class="alert" align="center"><%= @msg %></div>
    <% end %>

    <ul>
        <li>
            <p>Client ID: <span class="cid"><%= Rhom::Rhom::client_id %></span></p>
        </li>
        <li>
            <%= link_to "Reset Database", :action => :reset %>
        </li>
        <li>
            <%= link_to "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>
    
</div>

Version data entries

89 entries across 66 versions & 1 rubygems

Version Path
rhodes-2.2.5.beta.1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.4.beta.1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.3 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.3.beta.1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.2 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.2.beta.1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.1.beta.2 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.1.beta.1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.0 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.0.beta.3 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.0.beta.2 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.2.0.beta.1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.1.0 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.3 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.2 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.rc2 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.rc1 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta11 res/generators/templates/application/app/Settings/index.bb.erb