Sha256: 5cfe498ca417e1f01db732eef1b86bc8d9c907addebb7d6995eec9592a5f7e52

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 Bytes

Contents

<h1><%= @datastream.pid %></h1>

<ul class="pull-right nav nav-pills">
  <% if can? :edit, @datastream %>
    <li>
	  <%= link_to content_tag(:i, "", :class => "icon-pencil"), fcrepo_admin.edit_object_datastream_path(@datastream.pid, @datastream.dsid) %>
	</li>
  <% end %>
</ul>

<h3><%= t("fcrepo_admin.datastream.title") %>: <%= @datastream.dsid %></h3>

<div class="tabbable">
  <ul class="nav nav-tabs">
    <li class="active"><a href="#tab1" data-toggle="tab"><%= t("fcrepo_admin.datastream.tabs.content") %></a></li>
    <li><a href="#tab2" data-toggle="tab"><%= t("fcrepo_admin.datastream.tabs.profile") %></a></li>
  </ul>
  <div class="tab-content">
    <div class="tab-pane active" id="tab1">
	  <%= render :partial => 'content', :locals => {:datastream => @datastream, :inline => @inline} %>
    </div>
    <div class="tab-pane" id="tab2">
	  <%= render :partial => 'profile', :locals => {:datastream => @datastream} %>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fcrepo_admin-0.3.0 app/views/fcrepo_admin/datastreams/show.html.erb
fcrepo_admin-0.2.4 app/views/fcrepo_admin/datastreams/show.html.erb
fcrepo_admin-0.2.3 app/views/fcrepo_admin/datastreams/show.html.erb
fcrepo_admin-0.2.0 app/views/fcrepo_admin/datastreams/show.html.erb