Sha256: 15f58f48e4009818258e9294b78633778f9589afe0de5c1ef165b20dda3fdd09

Contents?: true

Size: 524 Bytes

Versions: 5

Compression:

Stored size: 524 Bytes

Contents

<div class="page-header">
  <%= link_to devices_path, :class => 'btn btn-default' do %>
    <span class="glyphicon glyphicon-list-alt"></span>
    Back
  <% end %>
  <%= link_to edit_device_path(@device), :class => 'btn btn-primary' do %>
    <span class="glyphicon glyphicon-pencil"></span>
    Edit
  <% end %>
  <h1>Show device</h1>
</div>

<dl class="dl-horizontal">
  <dt>Platform:</dt>
  <dd><%= @device.platform %></dd>

</dl>
<dl class="dl-horizontal">
  <dt>Register:</dt>
  <dd><%= @device.register %></dd>

</dl>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
agilib-0.1.9 app/views/agilib/devices/show.html.erb
agilib-0.1.8 app/views/agilib/devices/show.html.erb
agilib-0.1.7 app/views/agilib/devices/show.html.erb
agilib-0.1.6 app/views/agilib/devices/show.html.erb
agilib-0.1.5 app/views/agilib/devices/show.html.erb