Sha256: 4c6c38bcb735ee5af82bf66c3cb53b67148742765a11cff03841eabf09a41b6c

Contents?: true

Size: 944 Bytes

Versions: 80

Compression:

Stored size: 944 Bytes

Contents

<div class="row">
  <div class="span12">
    <dl>
      <dt>最終ダウンロード時間</dt>
      <dd>
        <%= @cache.last_downloaded_at %>
      </dd>
      <dt>最終アップロード時間</dt>
      <dd>
        <%= @cache.last_uploaded_at %>
      </dd>
      <dt>次回同期時間</dt>
      <dd>
        <%= @next_sync_at %>
      </dd>
    </dl>
  </div>
</div>

<div class="row">
  <div class="span12">
    <a href="/copytuner/sync" class="btn btn-primary">
      翻訳データを同期する
    </a>

    <% unless @cache.queued.empty? %>
      <h3>送信前翻訳キー</h3>
      <ul>
        <% @cache.queued.each do |key, value| %>
          <li><%= key %></li>
        <% end %>
      </ul>
    <% end %>
  </div>
</div>

<hr />

<div class="row">
  <div class="span12">
    <a href="<%= CopyTunerClient.configuration.project_url %>" class="btn" target="_blank">
      翻訳画面を開く
    </a>
  </div>
</div>

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
copy_tuner_client-0.19.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.18.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.17.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.16.3 ui/views/copytuner/index.html.erb
copy_tuner_client-0.16.2 ui/views/copytuner/index.html.erb
copy_tuner_client-0.16.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.16.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.15.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.15.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.14.2 ui/views/copytuner/index.html.erb
copy_tuner_client-0.14.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.14.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.13.6 ui/views/copytuner/index.html.erb
copy_tuner_client-0.13.5 ui/views/copytuner/index.html.erb
copy_tuner_client-0.13.3 ui/views/copytuner/index.html.erb
copy_tuner_client-0.13.2 ui/views/copytuner/index.html.erb
copy_tuner_client-0.13.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.13.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.12.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.11.0 ui/views/copytuner/index.html.erb