Sha256: 9d14a4c9d687f7cdda24f5759273c593c16fa025ef32635876ad32298317be88

Contents?: true

Size: 1.19 KB

Versions: 15

Compression:

Stored size: 1.19 KB

Contents

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

<div id="toolbar"></div>

<div id="content">
    <ul id="settings">
        <% if @msg %>
        <li class="alertMessage">
            <span class="message"><%= @msg %></span>
        </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 %>">
              <span class="title">Reset Database</span>
          </a>
        </li>
        <li>
          <a href="<%= url_for :action => :do_sync %>">
              <span class="title">Perform Sync</span>
          </a>
        </li>
        <% if SyncEngine::logged_in > 0 %>
        <li>
            <a href="<%= url_for :action => :logout %>">
              <span class="title">Logout</span>
            </a>
        </li>
        <% else %>
        <li>
          <a href="<%= url_for :action => :login %>">
               <span class="title">Login</span>
          </a>
        </li>
        <% end %>
    </ul>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rhodes-2.0.3 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.2 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.rc2 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.rc1 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta11 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta10 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta9 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta8 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta7 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta6 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta4 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta3 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta2 res/generators/templates/application/app/Settings/index.erb
rhodes-2.0.0.beta1 res/generators/templates/application/app/Settings/index.erb