Show More
@@ -167,9 +167,9 b' data = {' | |||||
167 | <tr> |
|
167 | <tr> | |
168 | <td style="padding-right:20px;line-height:20px;">${_('Commit Flow')}:</td> |
|
168 | <td style="padding-right:20px;line-height:20px;">${_('Commit Flow')}:</td> | |
169 | <td style="line-height:20px;"> |
|
169 | <td style="line-height:20px;"> | |
170 |
${ |
|
170 | <code>${'{}:{}'.format(data['source_ref_type'], pull_request.source_ref_parts.name)}</code> ${_('of')} ${data['source_repo_url']} | |
171 | → |
|
171 | → | |
172 |
${ |
|
172 | <code>${'{}:{}'.format(data['target_ref_type'], pull_request.target_ref_parts.name)}</code> ${_('of')} ${data['target_repo_url']} | |
173 | </td> |
|
173 | </td> | |
174 | </tr> |
|
174 | </tr> | |
175 |
|
175 |
@@ -113,9 +113,9 b' data = {' | |||||
113 | <tr> |
|
113 | <tr> | |
114 | <td style="padding-right:20px;line-height:20px;">${_('Commit Flow')}:</td> |
|
114 | <td style="padding-right:20px;line-height:20px;">${_('Commit Flow')}:</td> | |
115 | <td style="line-height:20px;"> |
|
115 | <td style="line-height:20px;"> | |
116 |
${ |
|
116 | <code>${'{}:{}'.format(data['source_ref_type'], pull_request.source_ref_parts.name)}</code> ${_('of')} ${data['source_repo_url']} | |
117 | → |
|
117 | → | |
118 |
${ |
|
118 | <code>${'{}:{}'.format(data['target_ref_type'], pull_request.target_ref_parts.name)}</code> ${_('of')} ${data['target_repo_url']} | |
119 | </td> |
|
119 | </td> | |
120 | </tr> |
|
120 | </tr> | |
121 |
|
121 |
General Comments 0
You need to be logged in to leave comments.
Login now