Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / templates / cms / videoupload / js / list.underscore
Size: Mime:
<div style='text-align: center; width: 100%; display: none;' class="syncing">
    <i class='icon fa fa-refresh fa-spin'></i>
</div>

<table class="synced">
  <thead>
    <tr>
      <th class="preview"><%- gettext("Preview") %></th>
      <th class="title" data-sortby="title"><span class="sort-indicator"></span> <%- gettext("Title") %></th>
      <th data-sortby="created_at_timestamp"><span class="sort-indicator"></span> <%- gettext("Created at") %></th>
      <th class="id" data-sortby="id"><span class="sort-indicator"></span>ID</th>
      <th><%- gettext("Status") %></th>
      <th class="actions"><%- gettext("Actions") %></th>
    </tr>
  </thead>
  <tbody></tbody>
</table>