Sha256: e706d40f2be113cfe71fcc718a2e17d9c6e4dab9a352e551e7e41350e8187398
Contents?: true
Size: 483 Bytes
Versions: 2
Compression:
Stored size: 483 Bytes
Contents
<div class="container-fluid" style="padding-top:0px;"> <div class="row"> <div class="col-md-6"> <h3><%= I18n.t('workflow.index.assigned_tasks') %></h3> <%= render 'tasks', collection: @assigned_tasks, columns: ['name', 'story_id'] %> </div> <div class="col-md-6"> <h3><%= I18n.t('workflow.index.completed_tasks') %></h3> <%= render 'tasks', collection: @completed_tasks, columns: ['name', 'story_id'] %> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
voluntary-0.5.1 | app/views/workflow/user/index.html.erb |
voluntary-0.5.0 | app/views/workflow/user/index.html.erb |