Sha256: dc754dab20f979d9dee70bbdc33f50696d8ea862f62e6820002b344857a8d470

Contents?: true

Size: 601 Bytes

Versions: 5

Compression:

Stored size: 601 Bytes

Contents

<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

5 entries across 5 versions & 1 rubygems

Version Path
fcrepo_admin-0.3.5 app/views/fcrepo_admin/datastreams/show.html.erb
fcrepo_admin-0.3.4 app/views/fcrepo_admin/datastreams/show.html.erb
fcrepo_admin-0.3.3 app/views/fcrepo_admin/datastreams/show.html.erb
fcrepo_admin-0.3.2 app/views/fcrepo_admin/datastreams/show.html.erb
fcrepo_admin-0.3.1 app/views/fcrepo_admin/datastreams/show.html.erb