Sha256: 3f363917d5b9665d7a56a493f7195703f140f94c5ca9b9001272d122eaa0f140

Contents?: true

Size: 749 Bytes

Versions: 6

Compression:

Stored size: 749 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>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
copy_tuner_client-0.0.9 ui/views/copytuner/index.html.erb
copy_tuner_client-0.0.8 ui/views/copytuner/index.html.erb
copy_tuner_client-0.0.7 ui/views/copytuner/index.html.erb
copy_tuner_client-0.0.6 ui/views/copytuner/index.html.erb
copy_tuner_client-0.0.5 ui/views/copytuner/index.html.erb
copy_tuner_client-0.0.4 ui/views/copytuner/index.html.erb