Sha256: bf6d8ca4a1a7a1b378e292c96f1aa78dcd2bcabdb1e4db3cc5357dde3f8af28f

Contents?: true

Size: 1.58 KB

Versions: 3

Compression:

Stored size: 1.58 KB

Contents

<ul class="nav nav-tabs" id="myTab" role="tablist">
  <li class="nav-item">
    <a class="nav-link active" id="home-tab" data-toggle="tab" href="#employee-graph" role="tab" aria-controls="home" aria-selected="true">Employee</a>
  </li>
  <li class="nav-item">
    <a class="nav-link" id="profile-tab" data-toggle="tab" href="#medium" role="tab" aria-controls="profile" aria-selected="false">Game X</a>
  </li>

</ul>
<div class="tab-content" id="myTabContent">
  <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab">Graphviz here</div>
  <div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab">medium essay about game x here or just eZii plan for now (already a medium article)</div>
</div>



<p id="notice"><%= notice %></p>

<h1>Ezii Teamworks</h1>

<table>
  <thead>
    <tr>
      <th>Employee graph svg text</th>
      <th>Medium link</th>
      <th>Ezii game x zip download link</th>
      <th colspan="3"></th>
    </tr>
  </thead>

  <tbody>
    <% @ezii_teamworks.each do |ezii_teamwork| %>
      <tr>
        <td><%= ezii_teamwork.employee_graph_svg_text %></td>
        <td><%= ezii_teamwork.medium_link %></td>
        <td><%= ezii_teamwork.ezii_game_x_zip_download_link %></td>
        <td><%= link_to 'Show', ezii_teamwork %></td>
        <td><%= link_to 'Edit', edit_ezii_teamwork_path(ezii_teamwork) %></td>
        <td><%= link_to 'Destroy', ezii_teamwork, method: :delete, data: { confirm: 'Are you sure?' } %></td>
      </tr>
    <% end %>
  </tbody>
</table>

<br>

<%= link_to 'New Ezii Teamwork', new_ezii_teamwork_path %>

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
ezii-browser-1.0.0 server/redux-os/app/views/ezii_teamworks/index.html.erb
mega-os-1.0.0 app/views/ezii_teamworks/index.html.erb
jester-data-8.0.0 app/views/ezii_teamworks/index.html.erb