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.11.0 app/views/works/show.rhtml
backlog-0.12.0 app/views/works/show.rhtml
backlog-0.12.2 app/views/works/show.rhtml
backlog-0.12.1 app/views/works/show.rhtml
backlog-0.12.4 app/views/works/show.rhtml
backlog-0.12.3 app/views/works/show.rhtml
backlog-0.13.0 app/views/works/show.rhtml
backlog-0.14.0 app/views/works/show.rhtml
backlog-0.13.1 app/views/works/show.rhtml
backlog-0.14.2 app/views/works/show.rhtml
backlog-0.14.1 app/views/works/show.rhtml
backlog-0.14.3 app/views/works/show.rhtml
backlog-0.14.4 app/views/works/show.rhtml
backlog-0.15.0 app/views/works/show.rhtml
backlog-0.16.0 app/views/works/show.rhtml
backlog-0.15.1 app/views/works/show.rhtml
backlog-0.17.0 app/views/works/show.rhtml
backlog-0.17.1 app/views/works/show.rhtml
backlog-0.17.2 app/views/works/show.rhtml
backlog-0.17.4 app/views/works/show.rhtml