Sha256: dd45edf82801017fe44a42c31aee6387a386599a806a1f15022c45947d9d1b71

Contents?: true

Size: 458 Bytes

Versions: 15

Compression:

Stored size: 458 Bytes

Contents

<div class="container-fluid">
  <div class="row-fluid">
    <div class="span6">
      <h3><%= I18n.t('workflow.index.assigned_tasks') %></h3>
      
      <%= render 'tasks', collection: @assigned_tasks, columns: ['name', 'story_id'] %>
    </div>
    <div class="span6">
      <h3><%= I18n.t('workflow.index.completed_tasks') %></h3>
      
      <%= render 'tasks', collection: @completed_tasks, columns: ['name', 'story_id'] %>
    </div>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
voluntary-0.4.0 app/views/workflow/user/index.html.erb
voluntary-0.3.0 app/views/workflow/user/index.html.erb
voluntary-0.2.4 app/views/workflow/user/index.html.erb
voluntary-0.2.3 app/views/workflow/user/index.html.erb
voluntary-0.2.2 app/views/workflow/user/index.html.erb
voluntary-0.2.1 app/views/workflow/user/index.html.erb
voluntary-0.2.0 app/views/workflow/user/index.html.erb
voluntary-0.1.0 app/views/workflow/user/index.html.erb
voluntary-0.1.0.rc4 app/views/workflow/user/index.html.erb
voluntary-0.1.0.rc3 app/views/workflow/user/index.html.erb
voluntary-0.1.0.rc2 app/views/workflow/user/index.html.erb
voluntary-0.1.0.rc1 app/views/workflow/user/index.html.erb
voluntary-0.0.3 app/views/workflow/user/index.html.erb
voluntary-0.0.2 app/views/workflow/user/index.html.erb
voluntary-0.0.1 app/views/workflow/user/index.html.erb