Sha256: 96953470bd5ab8da1e80928300b3d884999f64bd623764100f33d99dda4eba06

Contents?: true

Size: 280 Bytes

Versions: 123

Compression:

Stored size: 280 Bytes

Contents

<div id="spotlight">
<% for column in Work.content_columns %>
<p>
  <b><%= column.human_name %>:</b> <%=h @work.send(column.name) %>
</p>
<% end %>

<%= link_to 'Edit', :action => 'edit', :id => @work %> |
<%= link_to 'Back', :action => 'list', :id => @work.task.period %>
</div>

Version data entries

123 entries across 123 versions & 1 rubygems

Version Path
backlog-0.37.2 app/views/works/show.rhtml
backlog-0.37.1 app/views/works/show.rhtml
backlog-0.36.2 app/views/works/show.rhtml
backlog-0.0.0 app/views/works/show.rhtml
backlog-0.0.1 app/views/works/show.rhtml
backlog-0.0.2 app/views/works/show.rhtml
backlog-0.0.5 app/views/works/show.rhtml
backlog-0.0.4 app/views/works/show.rhtml
backlog-0.1.0 app/views/works/show.rhtml
backlog-0.1.1 app/views/works/show.rhtml
backlog-0.1.2 app/views/works/show.rhtml
backlog-0.10.0 app/views/works/show.rhtml
backlog-0.10.1 app/views/works/show.rhtml
backlog-0.10.2 app/views/works/show.rhtml
backlog-0.10.3 app/views/works/show.rhtml
backlog-0.10.5 app/views/works/show.rhtml
backlog-0.10.4 app/views/works/show.rhtml
backlog-0.10.7 app/views/works/show.rhtml
backlog-0.10.6 app/views/works/show.rhtml
backlog-0.10.8 app/views/works/show.rhtml