Sha256: 0cc7e9dd10257b53a6c1d6ad51ae51343ab486ec1484658580566db3ed75e161

Contents?: true

Size: 1.83 KB

Versions: 9

Compression:

Stored size: 1.83 KB

Contents

<div class="container-fluid">

  <div class="row">
    <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">
    </div>
    <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8">
      <h3 class="text-center">Settings</h3>
    </div>
    <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2">
    </div>
  </div>

  <div class="row">
    <div class="list-group">

      <%% if @msg %>
      <div class="alert alert-danger"><%%= @msg %></div>
      <%% end %>

      <% if @rhoconnectclient_ext %>

          <li class="list-group-item">
            <div class="row">
              <div class="col-xs-4 col-sm-4 col-md-4 col-lg-4">
                <span pull-right><strong>Client ID:</strong></span>
              </div>
              <div class="col-xs-8 col-sm-8 col-md-8 col-lg-8">
                <%%= Rhom::Rhom::client_id %>
              </div>
            </div>
          </li>

          <a href="<%%= url_for :action => :reset %>" class="list-group-item">
            <span class="glyphicon glyphicon-chevron-right pull-right" aria-hidden="true"></span>
            Reset Database
          </a>

          <a href="<%%= url_for :action => :do_sync %>" class="list-group-item">
            <span class="glyphicon glyphicon-chevron-right pull-right" aria-hidden="true"></span>
            Perform Sync
          </a>

          <%% if Rho::RhoConnectClient.isLoggedIn %>
          <a href="<%%= url_for :action => :logout %>" class="list-group-item">
            <span class="glyphicon glyphicon-chevron-right pull-right" aria-hidden="true"></span>
            Logout
          </a>

          <%% else %>
          <a href="<%%= url_for :action => :login %>" class="list-group-item">
            <span class="glyphicon glyphicon-chevron-right pull-right" aria-hidden="true"></span>
            Login
          </a>
          <%% end %>

      <% end %>

    </div>

  </div>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rhodes-7.1.17 res/generators/templates/application/app/Settings/index.erb
rhodes-6.2.0 res/generators/templates/application/app/Settings/index.erb
rhodes-6.0.11 res/generators/templates/application/app/Settings/index.erb
rhodes-5.5.18 res/generators/templates/application/app/Settings/index.erb
rhodes-5.5.17 res/generators/templates/application/app/Settings/index.erb
rhodes-5.5.15 res/generators/templates/application/app/Settings/index.erb
rhodes-5.5.0.22 res/generators/templates/application/app/Settings/index.erb
rhodes-5.5.2 res/generators/templates/application/app/Settings/index.erb
rhodes-5.5.0.7 res/generators/templates/application/app/Settings/index.erb