Revision 823:73057b65abcb app

View differences:

app/helpers/projects_helper.rb
150 150

  
151 151
    if s != ''
152 152
      a = ''
153
      a << "<h2>"
154
      a <<  l("label_my_project_plural")
155
      a << "</h2>"
156 153
      a << "<ul class='projects root'>\n"
157 154
      a << s
158 155
      a << "</ul>\n"
app/views/projects/show.rhtml
98 98
</div>
99 99

  
100 100
<% content_for :sidebar do %>
101
    <%= call_hook(:view_projects_show_sidebar_top, :project => @project) %>
101 102
    <% if @total_hours.present? %>
102 103
    <h3><%= l(:label_spent_time) %></h3>
103 104
    <p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p>

Also available in: Unified diff