From 761f8ad383f553f5654d89dd0b96a6c84294ee1a Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo + João M. M. da Silva Date: Fri, 11 Jan 2013 17:15:20 -0200 Subject: [PATCH] [Mezuro] Fixed project link on repository page --- plugins/mezuro/views/mezuro_plugin_repository/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/mezuro/views/mezuro_plugin_repository/show.html.erb b/plugins/mezuro/views/mezuro_plugin_repository/show.html.erb index 413a897..d9cb60a 100644 --- a/plugins/mezuro/views/mezuro_plugin_repository/show.html.erb +++ b/plugins/mezuro/views/mezuro_plugin_repository/show.html.erb @@ -1,5 +1,5 @@ -

<%= @project_name %>

+

<%= link_to( @project_name, homepage_url(@data_profile, @project_name.downcase.gsub(/[^0-9A-Za-z]/, '')) ) %>

@@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@
<%= _('License') %> <%= @repository.license %>
<%= _('Process Period') %> <%= MezuroPlugin::Helpers::ContentViewerHelper.periodicity_option(@repository.process_period.to_i) %>
<%= _('Status')%>
Retrieving
-
+
-- libgit2 0.21.2