Parent: [875040] (diff)
Child: [ddf08c] (diff)
Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{% extends 'allura:templates/repo/repo_master.html' %} {% block title %} {% if c.app.repo %} Repository: {{c.app.repo.name}} {% else %} Repository {% endif %} {% endblock %} {% block header %}Request merge of {{c.app.config.options.mount_label}} {% endblock %} {% block content %} {{ c.form.display(action='do_request_merge', value=dict(source_branch=source_branch))}} {% endblock %}