Sha256: 5e95044aa1069395818399bd26b14798a413d19ba9bd0f44695d5d8976842482

Contents?: true

Size: 544 Bytes

Versions: 8

Compression:

Stored size: 544 Bytes

Contents

#project_admin
  h2= t('.title')
  .project_admin_field
    strong= label :project, :expires_at
    #{best_in_place @project, :expires_at, path: [:adm, @project]}

  .project_admin_field
    strong= label :project, :user_id
    #{best_in_place @project, :user_id, path: [:adm, @project]}
  .project_admin_field
    strong= label :project, :image_url
    #{best_in_place @project, :image_url, path: [:adm, @project]}
  .project_admin_field
    strong= label :project, :video_url
    #{best_in_place @project, :video_url, path: [:adm, @project]}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
catarse_full-0.1.0 app/views/projects/_admin_fields.html.slim
catarse_full-0.0.6 app/views/projects/_admin_fields.html.slim
catarse_full-0.0.5 app/views/projects/_admin_fields.html.slim
catarse_full-0.0.4 app/views/projects/_admin_fields.html.slim
catarse_full-0.0.3 app/views/projects/_admin_fields.html.slim
catarse_full-0.0.2 app/views/projects/_admin_fields.html.slim
catarse_full-0.0.1 app/views/projects/_admin_fields.html.slim
catarse_core-1.0.0.beta app/views/catarse/projects/_admin_fields.html.slim