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.10.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.9.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.8.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.8.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.7.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.6.2 ui/views/copytuner/index.html.erb
copy_tuner_client-0.6.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.5.3 ui/views/copytuner/index.html.erb
copy_tuner_client-0.5.2 ui/views/copytuner/index.html.erb
copy_tuner_client-0.5.1 ui/views/copytuner/index.html.erb
copy_tuner_client-0.5.0 ui/views/copytuner/index.html.erb
copy_tuner_client-0.5.0.pre ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.12 ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.11 ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.10 ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.9 ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.8 ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.7 ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.6 ui/views/copytuner/index.html.erb
copy_tuner_client-0.4.5 ui/views/copytuner/index.html.erb