Sha256: 4124f16cec25887b50ef2cce7d34cfed141c9246218bc627b41b6118073618ea

Contents?: true

Size: 235 Bytes

Versions: 23

Compression:

Stored size: 235 Bytes

Contents

<% for column in Absence.content_columns %>
<p>
  <b><%= column.human_name %>:</b> <%=h @absence.send(column.name) %>
</p>
<% end %>

<%= link_to 'Edit', :action => 'edit', :id => @absence %> |
<%= link_to 'Back', :action => 'list' %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
backlog-0.37.2 app/views/absences/show.rhtml
backlog-0.37.1 app/views/absences/show.rhtml
backlog-0.36.2 app/views/absences/show.rhtml
backlog-0.24.0 app/views/absences/show.rhtml
backlog-0.25.0 app/views/absences/show.rhtml
backlog-0.26.0 app/views/absences/show.rhtml
backlog-0.28.0 app/views/absences/show.rhtml
backlog-0.29.0 app/views/absences/show.rhtml
backlog-0.31.0 app/views/absences/show.rhtml
backlog-0.30.0 app/views/absences/show.rhtml
backlog-0.31.1 app/views/absences/show.rhtml
backlog-0.32.0 app/views/absences/show.rhtml
backlog-0.33.0 app/views/absences/show.rhtml
backlog-0.33.1 app/views/absences/show.rhtml
backlog-0.34.1 app/views/absences/show.rhtml
backlog-0.34.2 app/views/absences/show.rhtml
backlog-0.34 app/views/absences/show.rhtml
backlog-0.35.0 app/views/absences/show.rhtml
backlog-0.35.1 app/views/absences/show.rhtml
backlog-0.35.2 app/views/absences/show.rhtml