Sha256: d8fd4479e4aaf9bf52afd57dcbd78fc002c4aeb55c956ab025475b0263a8cc95

Contents?: true

Size: 1.31 KB

Versions: 22

Compression:

Stored size: 1.31 KB

Contents

  <tr id="work_<%=@work.id%>">
    <td>
      <%=image_detour_to('period.png', l(:period), :controller => 'periods', :action => :show, :id => @work.task.period) if @work.task %>
    </td>
    <td>
      <% if @work.task %>
      <%=link_to(@work.task.root_task.backlog.name, :controller => 'backlogs', :action => :show)%> /
      <%=link_to(@work.task.description, :controller => 'tasks', :action => :edit)%>
	  <% end %>
    </td>
    <td>
      <%=link_to(@work.work_account.name, :controller => 'work_accounts', :action => :show, :id => @work.work_account.id) if @work.work_account%>
    </td>
    <td>
      <%=in_place_editor_field :work, :description, :id => "work_#{@work.id}_description", :size => 16, :class => :task_description%>
    </td>
    <td align="right">
		<%=render :partial => 'row_field', :locals => {:field => 'started_at_time'} %>
    </td>
    <td align="right">
    </td>
    <td align="right">
      <% remote_form_for :work, :url => {:action => :update_row, :id => @work.id} do |f|%>
      	<%=f.text_field :hours_time, :value => t(@work.hours), :class => 'task_hours'%>
      <% end %>
    </td>
    <td align="right">
      <form>
      <%=image_detour_to('ernes_stop.png', l(:delete), {:controller => 'works', :action => :destroy, :id => @work, :confirm => true}, nil, true)%>
      </form>
    </td>
  </tr>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
backlog-0.12.0 app/views/works/_row.rhtml
backlog-0.11.0 app/views/works/_row.rhtml
backlog-0.12.1 app/views/works/_row.rhtml
backlog-0.12.2 app/views/works/_row.rhtml
backlog-0.12.3 app/views/works/_row.rhtml
backlog-0.12.4 app/views/works/_row.rhtml
backlog-0.14.0 app/views/works/_row.rhtml
backlog-0.13.1 app/views/works/_row.rhtml
backlog-0.13.0 app/views/works/_row.rhtml
backlog-0.14.3 app/views/works/_row.rhtml
backlog-0.14.1 app/views/works/_row.rhtml
backlog-0.14.2 app/views/works/_row.rhtml
backlog-0.15.0 app/views/works/_row.rhtml
backlog-0.14.4 app/views/works/_row.rhtml
backlog-0.16.0 app/views/works/_row.rhtml
backlog-0.15.1 app/views/works/_row.rhtml
backlog-0.17.0 app/views/works/_row.rhtml
backlog-0.17.1 app/views/works/_row.rhtml
backlog-0.17.2 app/views/works/_row.rhtml
backlog-0.17.4 app/views/works/_row.rhtml