Changeset - c9ba71f11d6d
[Not reviewed]
default
1 1 0
Mads Kiilerich (mads) - 6 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
 
@@ -53,13 +53,12 @@ ${self.repo_context_bar('options')}
 
            <div class="form-group">
 
                <label class="control-label" for="type">${_('Search in')}:</label>
 
                <div>
 
                    ${h.select('type',c.cur_type,[('content',_('File contents')),
 
                        ('commit',_('Commit messages')),
 
                        ('path',_('File names')),
 
                        ##('repository',_('Repository names')),
 
                        ],
 
                        class_='form-control')}
 
                </div>
 
            </div>
 

	
 
            <div class="form-group">
 
@@ -78,13 +77,11 @@ ${self.repo_context_bar('options')}
 
    %if c.cur_type == 'content':
 
        <%include file='search_content.html'/>
 
    %elif c.cur_type == 'path':
 
        <%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>
 

	
 
</%def>
kallithea/templates/search/search_repository.html
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)