Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
updated project list view path to avoid exception
Browse files Browse the repository at this point in the history
  • Loading branch information
weiweishi committed Oct 8, 2015
1 parent 01254d2 commit 18c0f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/_project_list_item.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<% end %>
<td class="dmp_td_medium">
<% if project.editable_by(current_user.id) then %>
<%= link_to t('helpers.links.edit"), project_path([project, "edit"]), :class => "dmp_table_link"%>
<%= link_to t('.edit', :default => t("helpers.links.edit")), project_path(project), :class => "dmp_table_link"%>

<% if project.administerable_by(current_user.id) then %>
<%= link_to t("helpers.project.share.tab_share"), project_path([project, "share"]), :class => "dmp_table_link"%>
Expand Down

0 comments on commit 18c0f49

Please sign in to comment.