Changeset 55
- Timestamp:
- 11/27/07 12:41:11 (12 months ago)
- Location:
- trunk/app/views
- Files:
-
- 6 modified
-
deployments/_status.rhtml (modified) (1 diff)
-
deployments/index.rhtml (modified) (1 diff)
-
notification/deployment.rhtml (modified) (1 diff)
-
projects/dashboard.rhtml (modified) (1 diff)
-
stages/_deployments.rhtml (modified) (1 diff)
-
users/_deployments.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/deployments/_status.rhtml
r42 r55 26 26 </p> 27 27 <p> 28 <b>Started (UTC):</b>28 <b>Started:</b> 29 29 <%=h @deployment.created_at.to_s(:log) %> 30 30 </p> 31 31 <p> 32 <b>Completed (UTC):</b>32 <b>Completed:</b> 33 33 <%=h @deployment.completed_at.to_s(:log) rescue nil %> 34 34 </p> -
trunk/app/views/deployments/index.rhtml
r42 r55 15 15 <tr> 16 16 <th>Task</th> 17 <th>Started (UTC)<br />Completed (UTC)</th>17 <th>Started<br />Completed</th> 18 18 <th style="width:200px;">Comment</th> 19 19 <th>User</th> -
trunk/app/views/notification/deployment.rhtml
r42 r55 5 5 Status: <%= @deployment.status %> 6 6 7 Started (UTC): <%= @deployment.created_at. to_s(:log) %>7 Started (UTC): <%= @deployment.created_at.utc.to_s(:log) %> 8 8 9 Completed (UTC): <%= @deployment.completed_at. to_s(:log) rescue nil %>9 Completed (UTC): <%= @deployment.completed_at.utc.to_s(:log) rescue nil %> 10 10 11 11 -
trunk/app/views/projects/dashboard.rhtml
r43 r55 12 12 <th>Project/Stage</th> 13 13 <th>Task</th> 14 <th>Started (UTC)<br />Completed (UTC)<br /></th>14 <th>Started<br />Completed<br /></th> 15 15 <th style="width:200px;">Comment</th> 16 16 <th>User</th> -
trunk/app/views/stages/_deployments.rhtml
r42 r55 7 7 <tr> 8 8 <th width="1%">Task</th> 9 <th width="1%">Started (UTC)<br />Completed (UTC)</th>9 <th width="1%">Started<br />Completed</th> 10 10 <th width="96%">Comment</th> 11 11 <th width="1%">User</th> -
trunk/app/views/users/_deployments.rhtml
r42 r55 8 8 <th>Project/Stage</th> 9 9 <th>Task</th> 10 <th>Started (UTC)<br />Completed (UTC)<br /></th>10 <th>Started<br />Completed<br /></th> 11 11 <th style="width:200px;">Comment</th> 12 12 <th>Status</th>
