Sha256: 7c9c4dd1e9c5b6e0b8776c37253e7e88dda28bbcc4dca3b82942fb6ced837ed0

Contents?: true

Size: 515 Bytes

Versions: 34

Compression:

Stored size: 515 Bytes

Contents

<div data-role="page">

  <div data-role="header" data-position="inline">
    <h1>Settings</h1>
  </div>

  <div data-role="content">
    <ul data-role="listview">
      <% if @msg %>
          <li class="error-message"><%= @msg %></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>

    </ul>
  </div>
</div>

Version data entries

34 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-7.6.0 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-7.5.1 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-7.5.1 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-7.4.1 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-7.4.1 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-7.1.17 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-7.1.17 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-6.2.0 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-6.2.0 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-6.0.11 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-6.0.11 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-5.5.18 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-5.5.18 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-5.5.17 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-5.5.17 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-5.5.15 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb
rhodes-5.5.15 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-5.5.0.22 spec/server_spec/gcm_push_client/app/Settings/index.erb
rhodes-5.5.0.22 spec/server_spec/rhoconnect_push_client/app/Settings/index.erb