# HG changeset patch # User Mads Kiilerich # Date 2016-12-04 22:53:36 # Node ID dd42c2ad28d73096626d66ae30f5ed1cf2059129 # Parent 880fe0697cd2b2b347f67fc0ef6fe2f77b6b9843 style: drop 'input' class inside 'form-group' As long as we use the old styling, just apply styling to div inside form-group. Based on work by Dominik Ruf. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -846,28 +846,26 @@ div.header img { font-weight: 700; } -#content div.panel div.form div.form-horizontal div.form-group div.input { +#content div.panel div.form div.form-horizontal div.form-group > div { margin: 0 20px 0 200px; } -#content div.panel div.form div.form-horizontal div.form-group div.input.summary { - margin: 0 0 0 110px; -} -#content div.panel div.form div.form-horizontal div.form-group div.input.summary-short { +#content div.panel div.form div.form-horizontal div.form-group > div.summary, +#content div.panel div.form div.form-horizontal div.form-group > div.summary-short { margin: 10px 20px 10px 110px; } #content div.panel div.form div.form-horizontal div.form-group > div.summary-short input { margin: 0; } -#content div.panel div.form div.form-horizontal div.form-group div.file { +#content div.panel div.form div.form-horizontal div.form-group > div.file { margin: 0 20px 0 200px; } -#content div.panel div.form div.form-horizontal div.form-group div.editor { +#content div.panel div.form div.form-horizontal div.form-group > div.editor { margin: 0 10px 0 200px; } #content div.panel div.form div.form-horizontal div.form-group > label > input, -#content div.panel div.form div.form-horizontal div.form-group div.input input, +#content div.panel div.form div.form-horizontal div.form-group > div input, .reviewer_ac input { background: #FFF; border-top: 1px solid #b3b3b3; @@ -880,8 +878,8 @@ div.header img { padding: 7px 7px 6px; } -#content div.panel div.form div.form-horizontal div.form-group div.input input#clone_url, -#content div.panel div.form div.form-horizontal div.form-group div.input input#clone_url_id +#content div.panel div.form div.form-horizontal div.form-group > div input#clone_url, +#content div.panel div.form div.form-horizontal div.form-group > div input#clone_url_id { font-size: 14px; padding: 0 2px; @@ -905,16 +903,16 @@ input.disabled { #content div.panel div.form div.form-horizontal div.form-group > div select.form-control, #content div.panel div.form div.form-horizontal div.form-group > div div.form-control.select2-container, -#content div.panel div.form div.form-horizontal div.form-group div.input input.form-control { +#content div.panel div.form div.form-horizontal div.form-group > div input.form-control { width: 100%; margin: 5px 0 10px; } -#content div.panel div.form div.form-horizontal div.form-group div.input input.date { +#content div.panel div.form div.form-horizontal div.form-group > div input.date { width: 177px; } -#content div.panel div.form div.form-horizontal div.form-group div.input input.button { +#content div.panel div.form div.form-horizontal div.form-group > div input.button { background: #D4D0C8; border-top: 1px solid #FFF; border-left: 1px solid #FFF; @@ -1541,7 +1539,7 @@ a.metatag[tag="license"]:hover { padding-bottom: 3px; } -#quick_login div.form div.form-horizontal div.form-group div.input input { +#quick_login div.form div.form-horizontal div.form-group > div input { width: 236px; background: #FFF; border-top: 1px solid #b3b3b3; @@ -1621,7 +1619,7 @@ a.metatag[tag="license"]:hover { padding: 5px 0 0 5px; } -#register div.form div.form-horizontal div.form-group div.input input { +#register div.form div.form-horizontal div.form-group > div input { width: 300px; background: #FFF; border-top: 1px solid #b3b3b3; @@ -2964,7 +2962,7 @@ div.gravatar img { border-left: 1px solid #576622; } -#content div.panel div.panel-heading div.search div.input input { +#content div.panel div.panel-heading div.search > div input { border: 1px solid #576622; } @@ -3252,9 +3250,9 @@ div#legend_data, div#legend_container, d padding: 0; } -#content div.panel div.form div.form-horizontal div.form-group div.input input.error, -#login div.form div.form-horizontal div.form-group div.input input.error, -#register div.form div.form-horizontal div.form-group div.input input.error { +#content div.panel div.form div.form-horizontal div.form-group > div input.error, +#login div.form div.form-horizontal div.form-group > div input.error, +#register div.form div.form-horizontal div.form-group > div input.error { background: #FBE3E4; border-top: 1px solid #e1b2b3; border-left: 1px solid #e1b2b3; @@ -3262,9 +3260,9 @@ div#legend_data, div#legend_container, d border-bottom: 1px solid #FBC2C4; } -#content div.panel div.form div.form-horizontal div.form-group div.input input.success, -#login div.form div.form-horizontal div.form-group div.input input.success, -#register div.form div.form-horizontal div.form-group div.input input.success { +#content div.panel div.form div.form-horizontal div.form-group > div input.success, +#login div.form div.form-horizontal div.form-group > div input.success, +#register div.form div.form-horizontal div.form-group > div input.success { background: #E6EFC2; border-top: 1px solid #cebb98; border-left: 1px solid #cebb98; @@ -3351,8 +3349,8 @@ div.form div.form-horizontal div.buttons } #content div.panel div.action div.button, -#login div.form div.form-horizontal div.form-group div.input div.link, -#register div.form div.form-horizontal div.form-group div.input div.link { +#login div.form div.form-horizontal div.form-group > div div.link, +#register div.form div.form-horizontal div.form-group > div div.link { text-align: right; margin: 6px 0 0; padding: 0; @@ -3415,7 +3413,7 @@ div.form div.form-horizontal div.buttons } #login div.form div.form-horizontal div.form-group div, -#register div.form div.form-horizontal div.form-group div.input { +#register div.form div.form-horizontal div.form-group > div { float: left; margin: 0; padding: 0; diff --git a/kallithea/templates/admin/auth/auth_settings.html b/kallithea/templates/admin/auth/auth_settings.html --- a/kallithea/templates/admin/auth/auth_settings.html +++ b/kallithea/templates/admin/auth/auth_settings.html @@ -29,7 +29,7 @@
-
${h.text("auth_plugins", class_='form-control')} +
${h.text("auth_plugins", class_='form-control')} ${_('Comma-separated list of plugins; Kallithea will try user authentication in plugin order')}
${_('Available built-in plugins')}
    @@ -59,7 +59,7 @@ %if setting["type"] == "password":
    -
    +
    ${h.password(fullsetting,class_='form-control')} ${setting["description"]}
    @@ -67,7 +67,7 @@ %elif setting["type"] in ["string", "int"]:
    -
    +
    ${h.text(fullsetting,class_='form-control')} ${setting["description"]}
    @@ -91,7 +91,7 @@ %else:
    -
    This field is of type ${setting['type']}, which cannot be displayed. Must be one of [string|int|bool|select].
    +
    This field is of type ${setting['type']}, which cannot be displayed. Must be one of [string|int|bool|select].
    ${setting["description"]}
    %endif diff --git a/kallithea/templates/admin/defaults/defaults.html b/kallithea/templates/admin/defaults/defaults.html --- a/kallithea/templates/admin/defaults/defaults.html +++ b/kallithea/templates/admin/defaults/defaults.html @@ -30,7 +30,7 @@
    -
    +
    ${h.select('default_repo_type','hg',c.backends,class_='form-control')}
    diff --git a/kallithea/templates/admin/my_account/my_account_api_keys.html b/kallithea/templates/admin/my_account/my_account_api_keys.html --- a/kallithea/templates/admin/my_account/my_account_api_keys.html +++ b/kallithea/templates/admin/my_account/my_account_api_keys.html @@ -58,7 +58,7 @@
    -
    +
    ${h.text('description', class_='form-control', placeholder=_('Description'))} ${h.select('lifetime', '', c.lifetime_options)}
    diff --git a/kallithea/templates/admin/my_account/my_account_emails.html b/kallithea/templates/admin/my_account/my_account_emails.html --- a/kallithea/templates/admin/my_account/my_account_emails.html +++ b/kallithea/templates/admin/my_account/my_account_emails.html @@ -39,7 +39,7 @@
    -
    +
    ${h.text('new_email', class_='form-control')}
    diff --git a/kallithea/templates/admin/my_account/my_account_password.html b/kallithea/templates/admin/my_account/my_account_password.html --- a/kallithea/templates/admin/my_account/my_account_password.html +++ b/kallithea/templates/admin/my_account/my_account_password.html @@ -7,21 +7,21 @@ ${h.form(url('my_account_password'), met
    -
    +
    ${h.password('current_password',class_='form-control')}
    -
    +
    ${h.password('new_password',class_='form-control')}
    -
    +
    ${h.password('new_password_confirmation',class_='form-control')}
    diff --git a/kallithea/templates/admin/my_account/my_account_profile.html b/kallithea/templates/admin/my_account/my_account_profile.html --- a/kallithea/templates/admin/my_account/my_account_profile.html +++ b/kallithea/templates/admin/my_account/my_account_profile.html @@ -19,28 +19,28 @@ ${h.form(url('my_account'), method='post
    -
    +
    ${h.text('username',class_='form-control', readonly=c.readonly('username'))}
    -
    +
    ${h.text('firstname',class_='form-control', readonly=c.readonly('firstname'))}
    -
    +
    ${h.text('lastname',class_='form-control', readonly=c.readonly('lastname'))}
    -
    +
    ${h.text('email',class_='form-control', readonly=c.readonly('email'))}
    diff --git a/kallithea/templates/admin/permissions/permissions_ips.html b/kallithea/templates/admin/permissions/permissions_ips.html --- a/kallithea/templates/admin/permissions/permissions_ips.html +++ b/kallithea/templates/admin/permissions/permissions_ips.html @@ -27,7 +27,7 @@ ${h.form(url('edit_user_ips_update', id=
    -
    +
    ${h.hidden('default_user', 'True')} ${h.text('new_ip', class_='form-control')}
    diff --git a/kallithea/templates/admin/repo_groups/repo_group_add.html b/kallithea/templates/admin/repo_groups/repo_group_add.html --- a/kallithea/templates/admin/repo_groups/repo_group_add.html +++ b/kallithea/templates/admin/repo_groups/repo_group_add.html @@ -30,7 +30,7 @@
    -
    +
    ${h.text('group_name',class_='form-control')}
    @@ -44,7 +44,7 @@
    -
    +
    ${h.select('parent_group_id',request.GET.get('parent_group'),c.repo_groups,class_='form-control')}
    diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html b/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html --- a/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html +++ b/kallithea/templates/admin/repo_groups/repo_group_edit_settings.html @@ -5,7 +5,7 @@ ${h.form(url('update_repos_group',group_
    -
    +
    ${h.text('group_name',class_='form-control')}
    @@ -19,7 +19,7 @@ ${h.form(url('update_repos_group',group_
    -
    +
    ${h.select('parent_group_id','',c.repo_groups,class_='form-control')}
    diff --git a/kallithea/templates/admin/repos/repo_add_base.html b/kallithea/templates/admin/repos/repo_add_base.html --- a/kallithea/templates/admin/repos/repo_add_base.html +++ b/kallithea/templates/admin/repos/repo_add_base.html @@ -6,13 +6,13 @@ ${h.form(url('repos'))}
    -
    +
    ${h.text('repo_name',class_='form-control')}
    -
    +
    ${h.text('clone_uri',class_='form-control')} ${_('Optional: URL of a remote repository. If set, the repository will be created as a clone from this URL.')} @@ -28,7 +28,7 @@ ${h.form(url('repos'))}
    -
    +
    ${h.select('repo_group',request.GET.get('parent_group'),c.repo_groups,class_='form-control')} ${_('Optionally select a group to put this repository into.')}
    @@ -42,14 +42,14 @@ ${h.form(url('repos'))}
    -
    +
    ${h.select('repo_type','hg',c.backends,class_='form-control')} ${_('Type of repository to create.')}
    -
    +
    ${h.select('repo_landing_rev','',c.landing_revs,class_='form-control')} ${_('Default revision for files page, downloads, full text search index and readme generation')}
    diff --git a/kallithea/templates/admin/repos/repo_edit_fields.html b/kallithea/templates/admin/repos/repo_edit_fields.html --- a/kallithea/templates/admin/repos/repo_edit_fields.html +++ b/kallithea/templates/admin/repos/repo_edit_fields.html @@ -30,21 +30,21 @@
    -
    +
    ${h.text('new_field_key', class_='form-control')}
    -
    +
    ${h.text('new_field_label', class_='form-control', placeholder=_('Enter short label'))}
    -
    +
    ${h.text('new_field_desc', class_='form-control', placeholder=_('Enter description of a field'))}
    diff --git a/kallithea/templates/admin/repos/repo_edit_settings.html b/kallithea/templates/admin/repos/repo_edit_settings.html --- a/kallithea/templates/admin/repos/repo_edit_settings.html +++ b/kallithea/templates/admin/repos/repo_edit_settings.html @@ -4,7 +4,7 @@ ${h.form(url('update_repo', repo_name=c.
    -
    +
    ${h.text('repo_name',class_='form-control')} ${_('Permanent Repository ID')}: `_${c.repo_info.repo_id}` ${_('What is that?')}
    -
    +
    ${h.text('clone_uri',class_='form-control', placeholder=_('Repository URL'))} ${h.hidden('clone_uri_hidden', c.repo_info.clone_uri_hidden)} @@ -28,21 +28,21 @@ ${h.form(url('update_repo', repo_name=c.
    -
    +
    ${h.select('repo_group','',c.repo_groups,class_='form-control')} ${_('Optionally select a group to put this repository into.')}
    -
    +
    ${h.select('repo_landing_rev','',c.landing_revs,class_='form-control')} ${_('Default revision for files page, downloads, whoosh and readme')}
    -
    +
    ${h.text('owner',class_='yui-ac-input')} ${_('Change owner of this repository.')} @@ -92,7 +92,7 @@ ${h.form(url('update_repo', repo_name=c. %for field in c.repo_fields:
    -
    +
    ${h.text(field.field_key_prefixed, field.field_value, class_='form-control')} %if field.field_desc: ${field.field_desc} diff --git a/kallithea/templates/admin/settings/settings_email.html b/kallithea/templates/admin/settings/settings_email.html --- a/kallithea/templates/admin/settings/settings_email.html +++ b/kallithea/templates/admin/settings/settings_email.html @@ -4,7 +4,7 @@ ${h.form(url('admin_settings_email'), me
    -
    +
    ${h.text('test_email',size=30)}
    diff --git a/kallithea/templates/admin/settings/settings_global.html b/kallithea/templates/admin/settings/settings_global.html --- a/kallithea/templates/admin/settings/settings_global.html +++ b/kallithea/templates/admin/settings/settings_global.html @@ -5,7 +5,7 @@ ${h.form(url('admin_settings_global'), m
    -
    +
    ${h.text('title',size=30)} ${_('Set a custom title for your Kallithea Service.')}
    @@ -13,14 +13,14 @@ ${h.form(url('admin_settings_global'), m
    -
    +
    ${h.text('realm',size=30)}
    -
    +
    ${h.textarea('ga_code', cols=80, rows=10)} ${_('HTML (possibly with \ JavaScript and/or CSS) that will be added to the bottom \ @@ -33,7 +33,7 @@ ${h.form(url('admin_settings_global'), m
    -
    +
    ${h.text('captcha_public_key',size=60)} ${_('Public key for reCaptcha system.')}
    @@ -41,7 +41,7 @@ ${h.form(url('admin_settings_global'), m
    -
    +
    ${h.text('captcha_private_key',size=60)} ${_('Private key for reCaptcha system. Setting this value will enable captcha on registration.')}
    diff --git a/kallithea/templates/admin/settings/settings_hooks.html b/kallithea/templates/admin/settings/settings_hooks.html --- a/kallithea/templates/admin/settings/settings_hooks.html +++ b/kallithea/templates/admin/settings/settings_hooks.html @@ -4,7 +4,7 @@ % for hook in c.hooks:
    -
    +
    ${h.text(hook.ui_key,hook.ui_value,size=60,readonly="readonly")}
    @@ -22,7 +22,7 @@ ${h.form(url('admin_settings_hooks'), me %for hook in c.custom_hooks:
    -
    +
    ${h.hidden('hook_ui_key',hook.ui_key)} ${h.hidden('hook_ui_value',hook.ui_value)} ${h.text('hook_ui_value_new',hook.ui_value,size=60)} @@ -39,7 +39,7 @@ ${h.form(url('admin_settings_hooks'), me -
    +
    ${h.text('new_hook_ui_value',size=60)}
    diff --git a/kallithea/templates/admin/settings/settings_vcs.html b/kallithea/templates/admin/settings/settings_vcs.html --- a/kallithea/templates/admin/settings/settings_vcs.html +++ b/kallithea/templates/admin/settings/settings_vcs.html @@ -44,7 +44,7 @@ ${h.form(url('admin_settings'), method=' %if c.visual.allow_repo_location_change:
    -
    +
    ${h.text('paths_root_path',size=60,readonly="readonly")} diff --git a/kallithea/templates/admin/settings/settings_visual.html b/kallithea/templates/admin/settings/settings_visual.html --- a/kallithea/templates/admin/settings/settings_visual.html +++ b/kallithea/templates/admin/settings/settings_visual.html @@ -23,7 +23,7 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    ${h.text('gravatar_url', size=80)} ${_('''Gravatar URL allows you to use another avatar server application. The following variables of the URL will be replaced accordingly. @@ -37,7 +37,7 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    ${h.text('clone_uri_tmpl', size=80)} ${_('''Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'. The following variables are available: @@ -51,7 +51,7 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    ${h.text('page_size',size=5)} ${_('Number of items displayed in the repository pages before pagination is shown.')}
    @@ -59,7 +59,7 @@ ${h.form(url('admin_settings_visual'), m
    -
    +
    ${h.text('admin_grid_items',size=5)} ${_('Number of items displayed in the admin pages grids before pagination is shown.')}
    diff --git a/kallithea/templates/admin/user_groups/user_group_add.html b/kallithea/templates/admin/user_groups/user_group_add.html --- a/kallithea/templates/admin/user_groups/user_group_add.html +++ b/kallithea/templates/admin/user_groups/user_group_add.html @@ -29,7 +29,7 @@
    -
    +
    ${h.text('users_group_name',class_='form-control')}
    diff --git a/kallithea/templates/admin/user_groups/user_group_edit_settings.html b/kallithea/templates/admin/user_groups/user_group_edit_settings.html --- a/kallithea/templates/admin/user_groups/user_group_edit_settings.html +++ b/kallithea/templates/admin/user_groups/user_group_edit_settings.html @@ -4,7 +4,7 @@ ${h.form(url('update_users_group', id=c.
    -
    +
    ${h.text('users_group_name',class_='form-control')}
    diff --git a/kallithea/templates/admin/users/user_add.html b/kallithea/templates/admin/users/user_add.html --- a/kallithea/templates/admin/users/user_add.html +++ b/kallithea/templates/admin/users/user_add.html @@ -29,42 +29,42 @@
    -
    +
    ${h.text('username',class_='form-control')}
    -
    +
    ${h.password('password',class_='form-control')}
    -
    +
    ${h.password('password_confirmation',class_='form-control')}
    -
    +
    ${h.text('firstname',class_='form-control')}
    -
    +
    ${h.text('lastname',class_='form-control')}
    -
    +
    ${h.text('email',class_='form-control')}
    diff --git a/kallithea/templates/admin/users/user_edit_api_keys.html b/kallithea/templates/admin/users/user_edit_api_keys.html --- a/kallithea/templates/admin/users/user_edit_api_keys.html +++ b/kallithea/templates/admin/users/user_edit_api_keys.html @@ -58,7 +58,7 @@
    -
    +
    ${h.text('description', class_='form-control', placeholder=_('Description'))} ${h.select('lifetime', '', c.lifetime_options)}
    diff --git a/kallithea/templates/admin/users/user_edit_emails.html b/kallithea/templates/admin/users/user_edit_emails.html --- a/kallithea/templates/admin/users/user_edit_emails.html +++ b/kallithea/templates/admin/users/user_edit_emails.html @@ -39,7 +39,7 @@
    -
    +
    ${h.text('new_email', class_='form-control')}
    diff --git a/kallithea/templates/admin/users/user_edit_ips.html b/kallithea/templates/admin/users/user_edit_ips.html --- a/kallithea/templates/admin/users/user_edit_ips.html +++ b/kallithea/templates/admin/users/user_edit_ips.html @@ -39,7 +39,7 @@
    -
    +
    ${h.text('new_ip', class_='form-control')}
    diff --git a/kallithea/templates/admin/users/user_edit_profile.html b/kallithea/templates/admin/users/user_edit_profile.html --- a/kallithea/templates/admin/users/user_edit_profile.html +++ b/kallithea/templates/admin/users/user_edit_profile.html @@ -21,56 +21,56 @@ ${h.form(url('update_user', id=c.user.us
    -
    +
    ${h.text('username',class_='form-control', readonly=c.readonly('username'))}
    -
    +
    ${h.text('email',class_='form-control', readonly=c.readonly('email'))}
    -
    +
    ${h.text('extern_type',class_='form-control',readonly="readonly")}
    -
    +
    ${h.text('extern_name',class_='form-control',readonly="readonly")}
    -
    +
    ${h.password('new_password',class_='form-control',readonly=c.readonly('password'))}
    -
    +
    ${h.password('password_confirmation',class_='form-control',readonly=c.readonly('password'))}
    -
    +
    ${h.text('firstname',class_='form-control', readonly=c.readonly('firstname'))}
    -
    +
    ${h.text('lastname',class_='form-control', readonly=c.readonly('lastname'))}
    diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -373,14 +373,14 @@
    -
    +
    ${h.text('username',class_='form-control')}
    -
    +
    ${h.password('password',class_='form-control')}
    diff --git a/kallithea/templates/forks/fork.html b/kallithea/templates/forks/fork.html --- a/kallithea/templates/forks/fork.html +++ b/kallithea/templates/forks/fork.html @@ -24,7 +24,7 @@ ${self.repo_context_bar('createfork')}
    -
    +
    ${h.text('repo_name',class_='form-control')} ${h.hidden('repo_type',c.repo_info.repo_type)} ${h.hidden('fork_parent_id',c.repo_info.repo_id)} @@ -41,7 +41,7 @@ ${self.repo_context_bar('createfork')}
    -
    +
    ${h.select('repo_group','',c.repo_groups,class_='form-control')} ${_('Optionally select a group to put this repository into.')}
    @@ -49,7 +49,7 @@ ${self.repo_context_bar('createfork')}
    -
    +
    ${h.select('landing_rev','',c.landing_revs,class_='form-control')} ${_('Default revision for files page, downloads, whoosh, and readme.')}
    diff --git a/kallithea/templates/login.html b/kallithea/templates/login.html --- a/kallithea/templates/login.html +++ b/kallithea/templates/login.html @@ -24,14 +24,14 @@
    -
    +
    ${h.text('username',class_='form-control')}
    -
    +
    ${h.password('password',class_='form-control')}
    diff --git a/kallithea/templates/password_reset.html b/kallithea/templates/password_reset.html --- a/kallithea/templates/password_reset.html +++ b/kallithea/templates/password_reset.html @@ -22,7 +22,7 @@
    -
    +
    ${h.text('email')}
    @@ -30,7 +30,7 @@ %if c.captcha_active:
    -
    +
    ${h.hidden('recaptcha_field')}
    diff --git a/kallithea/templates/password_reset_confirmation.html b/kallithea/templates/password_reset_confirmation.html --- a/kallithea/templates/password_reset_confirmation.html +++ b/kallithea/templates/password_reset_confirmation.html @@ -27,21 +27,21 @@
    -
    +
    ${h.text('token', class_='form-control')}
    -
    +
    ${h.password('password',class_='form-control')}
    -
    +
    ${h.password('password_confirm',class_='form-control')}
    diff --git a/kallithea/templates/pullrequests/pullrequest.html b/kallithea/templates/pullrequests/pullrequest.html --- a/kallithea/templates/pullrequests/pullrequest.html +++ b/kallithea/templates/pullrequests/pullrequest.html @@ -28,7 +28,7 @@ ${self.repo_context_bar('showpullrequest
    -
    +
    ${h.text('pullrequest_title',class_='form-control',placeholder=_('Summarize the changes - or leave empty'))}
    @@ -42,7 +42,7 @@ ${self.repo_context_bar('showpullrequest
    -
    +
    ##ORG
    diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -40,7 +40,7 @@ ${self.repo_context_bar('showpullrequest ${_("Edit")}
    %endif -
    +
    ${h.urlify_text(c.pull_request.description, c.pull_request.org_repo.repo_name)}
    @@ -49,7 +49,7 @@ ${self.repo_context_bar('showpullrequest