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 | 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 | 4 | <table> |
| 5 | 5 | <tr> |
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | <td><%= _('License') %></td> |
| 15 | 15 | <td><%= @repository.license %></td> |
| 16 | 16 | </tr> |
| 17 | - <tr> | |
| 17 | + <tr> | |
| 18 | 18 | <td><%= _('Process Period') %></td> |
| 19 | 19 | <td><%= MezuroPlugin::Helpers::ContentViewerHelper.periodicity_option(@repository.process_period.to_i) %></td> |
| 20 | 20 | </tr> |
| ... | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | <td><%= _('Status')%></td> |
| 35 | 35 | <td> |
| 36 | 36 | <div id="processing-state" style="color:DarkGoldenRod">Retrieving</div> |
| 37 | - <div id="msg-time"></div> | |
| 37 | + <div id="msg-time"></div> | |
| 38 | 38 | </td> |
| 39 | 39 | </tr> |
| 40 | 40 | </table> | ... | ... |