Sha256: 16952407fcc1dcff1ce9a5c752d481808db7ab7f4e97b7ae5fcf2c402d328c3d

Contents?: true

Size: 683 Bytes

Versions: 2

Compression:

Stored size: 683 Bytes

Contents

<ul class="breadcrumb">
  <li><%= link_to @sort.name, baike_path(@sort) %><span class="divider">&rsaquo;</span></li>
  <li>词条版本</li>

  <li class="pull-right">
    <%= link_to "返回版本对比", sort_solos_path(@sort) %>
  </li>
  <%- if @sort.solos.last.id != @solo.id -%>
    <li class="pull-right">
      <%= link_to '查看最新版本', sort_solo_path(@sort, @sort.solos.last) %>
    </li>
  <%- end -%>
</ul>

<h2><%= @sort.name %><small><%= @sort.subname %></small></h2>

<p class='text-right'>这是本词条的历史版本,由<%= @solo.try(:user).try(:name)%>于<%= format_time @solo.created_at %>贡献。</p>

<div class='well'>
  <%= @solo.content %>
</div>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
rails_detail-0.0.1 app/views/rails_detail_my/majors/show.html.erb
rails_detail-0.0.1 app/views/rails_detail_my/solos/show.html.erb