Commit 7d4d87a9 authored by Tim Felgentreff's avatar Tim Felgentreff

journal numbers are now called versions

parent 867266e9
<% reply_links = authorize_for('issues', 'edit') -%>
<% for journal in journals %>
<div id="change-<%= journal.id %>" class="journal">
<h4><div style="float:right;"><%= link_to "##{journal.number}", :anchor => "note-#{journal.number}" %></div>
<h4><div style="float:right;"><%= link_to "##{journal.version}", :anchor => "note-#{journal.version}" %></div>
<%= avatar(journal.user, :size => "24") %>
<%= content_tag('a', '', :name => "note-#{journal.number}")%>
<%= content_tag('a', '', :name => "note-#{journal.version}")%>
<%= authoring journal.created_at, journal.user, :label => :label_updated_time_by %></h4>
<% if journal.details.any? %>
<ul class="details">
<% for detail in journal.details %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment