Commit 761f8ad383f553f5654d89dd0b96a6c84294ee1a
Committed by
Rafael Manzo
1 parent
86d9a422
Exists in
master
and in
28 other branches
[Mezuro] Fixed project link on repository page
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
plugins/mezuro/views/mezuro_plugin_repository/show.html.erb
1 | <script src="/plugins/mezuro/javascripts/processing.js" type="text/javascript"></script> | 1 | <script src="/plugins/mezuro/javascripts/processing.js" type="text/javascript"></script> |
2 | -<h3><a href="/<%= @data_profile %>/<%= @project_name %>"><%= @project_name %></a></h3> | 2 | +<h3> <%= link_to( @project_name, homepage_url(@data_profile, @project_name.downcase.gsub(/[^0-9A-Za-z]/, '')) ) %></h3> |
3 | 3 | ||
4 | <table> | 4 | <table> |
5 | <tr> | 5 | <tr> |
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <td><%= _('License') %></td> | 14 | <td><%= _('License') %></td> |
15 | <td><%= @repository.license %></td> | 15 | <td><%= @repository.license %></td> |
16 | </tr> | 16 | </tr> |
17 | - <tr> | 17 | + <tr> |
18 | <td><%= _('Process Period') %></td> | 18 | <td><%= _('Process Period') %></td> |
19 | <td><%= MezuroPlugin::Helpers::ContentViewerHelper.periodicity_option(@repository.process_period.to_i) %></td> | 19 | <td><%= MezuroPlugin::Helpers::ContentViewerHelper.periodicity_option(@repository.process_period.to_i) %></td> |
20 | </tr> | 20 | </tr> |
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | <td><%= _('Status')%></td> | 34 | <td><%= _('Status')%></td> |
35 | <td> | 35 | <td> |
36 | <div id="processing-state" style="color:DarkGoldenRod">Retrieving</div> | 36 | <div id="processing-state" style="color:DarkGoldenRod">Retrieving</div> |
37 | - <div id="msg-time"></div> | 37 | + <div id="msg-time"></div> |
38 | </td> | 38 | </td> |
39 | </tr> | 39 | </tr> |
40 | </table> | 40 | </table> |