Sha256: 6d060ee6089ed06c28f07358adb65dac241d3f7df7fbc952bea13fec9a479d48

Contents?: true

Size: 1.08 KB

Versions: 8

Compression:

Stored size: 1.08 KB

Contents

.jarviswidget.jarviswidget-color-blueDark.jarviswidget-sortable{"data-widget-editbutton" => "false", :role => "widget", :style => ""}
  %header{:role => "heading"}
    %span.widget-icon
      %i.fa.fa-table
    %h2 Загрузка файлов
    %span.jarviswidget-loader
      %i.fa.fa-refresh.fa-spin
  / widget div
  %div{:role => "content"}
    .widget-body
      #files-to-upload
      = form_tag "#", html: {class: 'smart-form'} do 
        .form-group
          .row
            .col-xs-4
              = collection_select :category, :category_id, @categories, :id, :json_name, {:prompt => 'Выберите сериал'}, :class => 'serials_selection input-sm form-control margin-10'
          .row
            .col-xs-4
              = collection_select :season, :season_id, [], :id, :json_title, {:prompt => 'Выберите сезон'}, :class => 'seasons_selection input-sm form-control margin-10'
        %footer
          = button_tag 'Запустить ffmpeg', class: 'btn btn-primary btn-sm pull-right margin-10 convert-button'
    #authenticity_token
      = form_authenticity_token

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fly_admin-0.0.8 app/views/fly_admin/uploads/index.html.haml
fly_admin-0.0.7 app/views/fly_admin/uploads/index.html.haml
fly_admin-0.0.6 app/views/fly_admin/uploads/index.html.haml
fly_admin-0.0.5 app/views/fly_admin/uploads/index.html.haml
fly_admin-0.0.4 app/views/fly_admin/uploads/index.html.haml
fly_admin-0.0.3 app/views/fly_admin/uploads/index.html.haml
fly_admin-0.0.2 app/views/fly_admin/uploads/index.html.haml
fly_admin-0.0.1 app/views/fly_admin/uploads/index.html.haml