Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of git@github.com:railsrumble/teamwnn
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Oct 19, 2008
2 parents 7a57915 + 47ef1c4 commit 66f1317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/show.html.erb
@@ -1,7 +1,7 @@
<div id="left_col">
<% title "Viewing Project: " + @project.name %>
<h1><%= yield(:title) %></h1>
<p id="action_btns" class="align_right"><%= link_to image_tag("/images/edit_project_btn.png", :alt => "Edit Project"), edit_project_path(@project) %> <%= link_to image_tag("/images/delete_project_btn.png", :alt => "delete Project"), @project, :confirm => 'Are you sure?', :method => :delete %></p>
<% if owner? %><p id="action_btns" class="align_right"><%= link_to image_tag("/images/edit_project_btn.png", :alt => "Edit Project"), edit_project_path(@project) %> <%= link_to image_tag("/images/delete_project_btn.png", :alt => "delete Project"), @project, :confirm => 'Are you sure?', :method => :delete %></p><% end %>
<span class="date">(Last Active on <%=h @project.last_activity_at.strftime("%b, %d %Y at %I:%M %p") %>)</span>
<% if owner? %>
<p class="item alt">
Expand Down

0 comments on commit 66f1317

Please sign in to comment.