summaryrefslogtreecommitdiffstats
stat options
Period:
Authors:

Commits per author per week

AuthorW26 2025W27 2025W28 2025W29 2025Total
Total00000
class='blob'>
1
2
3
4
5
6
7
8
9
10
<div style="clear: both;"></div>
<%= render :partial => 'action_menu' %>

<div style="clear: both;"></div>
<% if @issue.editable? %>
  <div id="update" style="display:none;">
    <h3><%= l(:button_edit) %></h3>
    <%= render :partial => 'edit' %>
  </div>
<% end %>