Sha256: d99204191e5374fbaefe1f54c4242c48b42028a6ccba22b59c0d11e5da0d7406

Contents?: true

Size: 756 Bytes

Versions: 14

Compression:

Stored size: 756 Bytes

Contents

<div class="container-fluid">
  <div class="row-fluid">
    <div class="tabs">
      <ul>
        <li><a href="#stories"><%= I18n.t('stories.index.title') %></a></li>
        <li><a href="#tasks"><%= I18n.t('workflow.project_owner.index.tasks') %></a></li>
        <li><a href="#candidatures"><%= I18n.t('candidatures.index.title') %></a></li>
        <li><a href="#vacancies"><%= I18n.t('vacancies.index.title') %></a></li>
      </ul>
      <div id="stories">
        <%= render 'stories' %>
      </div>
      <div id="tasks">
        <%= render 'tasks' %>
      </div>
      <div id="candidatures">
        <%= render 'candidatures' %>
      </div>
      <div id="vacancies">
        <%= render 'vacancies' %>
      </div>
    </div>  
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

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