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.0.0.beta10 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta9 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta8 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta7 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta6 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta4 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta3 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta2 res/generators/templates/application/app/Settings/index.bb.erb
rhodes-2.0.0.beta1 res/generators/templates/application/app/Settings/index.bb.erb