Changeset - c9ba71f11d6d
[Not reviewed]
default
1 1 0
Mads Kiilerich - 5 years ago 2020-05-18 15:55:18
mads@kiilerich.com
Grafted from: de97c5838e92
search: drop traces of repo search ... whatever that was intended to be
2 files changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/search/search.html
Show inline comments
 
@@ -56,7 +56,6 @@ ${self.repo_context_bar('options')}
 
                    ${h.select('type',c.cur_type,[('content',_('File contents')),
 
                        ('commit',_('Commit messages')),
 
                        ('path',_('File names')),
 
                        ##('repository',_('Repository names')),
 
                        ],
 
                        class_='form-control')}
 
                </div>
 
@@ -81,8 +80,6 @@ ${self.repo_context_bar('options')}
 
        <%include file='search_path.html'/>
 
    %elif c.cur_type == 'commit':
 
        <%include file='search_commit.html'/>
 
    %elif c.cur_type == 'repository':
 
        <%include file='search_repository.html'/>
 
    %endif
 
    </div>
 
</div>
kallithea/templates/search/search_repository.html
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)