Showing 2 changed files with 7 additions and 0 deletions
+5
CHANGES
... ...
@@ -1,3 +1,8 @@
1
+2.3
2
+  - Sorry, I found critical database specification mistake.
3
+    I must fix pull_request and pull_request_message table.
4
+    All your pull requests is removed. Please create Pull request again.
5
+
1 6
 2.2 (4 June 2016)
2 7
   - add command line merging interface to pull request page
3 8
   - add createing patch feture to pull request page
+2
templates/include/header.html.ep
... ...
@@ -121,12 +121,14 @@
121 121
                   Code
122 122
                 </a>
123 123
               </li>
124
+              <!--
124 125
               <li class="<%= $tab eq 'issues' ? 'active' :  '' %>">
125 126
                 <a href="<%= url_for("/$user_id/$project_id/issues") %>">
126 127
                   <i class="icon-tasks"></i>
127 128
                   Issue
128 129
                 </a>
129 130
               </li>
131
+              -->
130 132
               <li class="<%= $tab eq 'pulls' ? 'active' :  '' %>">
131 133
                 <a href="<%= url_for("/$user_id/$project_id/pulls") %>">
132 134
                   <i class="icon-retweet"></i>