Changeset - 015a42e970a6
[Not reviewed]
beta
0 4 0
Marcin Kuzminski - 13 years ago 2012-06-15 00:06:26
marcin@python-works.com
whitespace cleanup
4 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/files.py
Show inline comments
 
@@ -182,7 +182,7 @@ class FilesController(BaseRepoController
 

	
 
        response.content_type = file_node.mimetype
 
        return file_node.content
 
    
 

	
 
    @LoginRequired()
 
    @HasRepoPermissionAnyDecorator('repository.read', 'repository.write',
 
                                   'repository.admin')
rhodecode/templates/admin/repos/repo_add_base.html
Show inline comments
 
@@ -50,7 +50,7 @@ ${h.form(url('repos'))}
 
                ${h.select('landing_rev','',c.landing_revs,class_="medium")}
 
                <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
 
            </div>
 
        </div>           
 
        </div>
 
        <div class="field">
 
            <div class="label label-textarea">
 
                <label for="description">${_('Description')}:</label>
rhodecode/templates/admin/repos/repo_edit.html
Show inline comments
 
@@ -69,7 +69,7 @@
 
                    ${h.select('landing_rev','',c.landing_revs,class_="medium")}
 
                    <span class="help-block">${_('Default revision for files page, downloads, whoosh and readme')}</span>
 
                </div>
 
            </div>            
 
            </div>
 
            <div class="field">
 
                <div class="label label-textarea">
 
                    <label for="description">${_('Description')}:</label>
rhodecode/templates/files/files_source.html
Show inline comments
 
@@ -16,7 +16,7 @@
 
                  <div class="contributor tooltip" style="float:left" title="${h.tooltip(user)}">
 
                    <div class="gravatar" style="margin:1px"><img alt="gravatar" src="${h.gravatar_url(email, 20)}"/> </div>
 
                  </div>
 
                %endfor       
 
                %endfor
 
            </div>
 
        </div>
 
        <div style="clear:both"></div>
0 comments (0 inline, 0 general)