This shouldn't be there
This commit is contained in:
parent
ad65691471
commit
6e71671a74
|
@ -120,40 +120,4 @@ div ng-init=("init("+pbl.id.to_s+")") ng-controller='ProductBuildListController'
|
||||||
|
|
||||||
.row.top-space ng-show="pbl.status == #{ProductBuildList::BUILD_STARTED}"
|
.row.top-space ng-show="pbl.status == #{ProductBuildList::BUILD_STARTED}"
|
||||||
.col-md-12
|
.col-md-12
|
||||||
= render 'shared/log', { build_started: true, get_log_path: log_platform_product_product_build_list_path(pbl.product.platform, pbl.product, pbl) }
|
= render 'shared/log', { build_started: true, get_log_path: log_platform_product_product_build_list_path(pbl.product.platform, pbl.product, pbl) }
|
||||||
|
|
||||||
.row.top-space
|
|
||||||
.col-md-6
|
|
||||||
rd-widget
|
|
||||||
div ng-controller="ProjectInfoController"
|
|
||||||
rd-widget-header title=(t('dashboard.project_info.title') + '{{widget_title}}')
|
|
||||||
rd-widget-body class="medium" loading="requesting"
|
|
||||||
div ng-hide="widget_title"
|
|
||||||
= t('dashboard.project_info.select')
|
|
||||||
div ng-show="widget_title"
|
|
||||||
div
|
|
||||||
a ng-href="{{project_info.html_url}}" target="_blank"
|
|
||||||
| {{project}}
|
|
||||||
div.bottom-space
|
|
||||||
| {{project_info.description}}
|
|
||||||
div
|
|
||||||
div.bottom-space ng-repeat="commit in project_info.commits"
|
|
||||||
div
|
|
||||||
span
|
|
||||||
| {{::commit.branch}}
|
|
||||||
span.pull-right
|
|
||||||
a ng-href="{{::commit.committer_url}}" target="_blank"
|
|
||||||
| {{::commit.committer_login}}
|
|
||||||
div
|
|
||||||
a ng-href="{{::commit.url}}" target="_blank"
|
|
||||||
| {{::commit.sha}}
|
|
||||||
div
|
|
||||||
| {{::commit.message}}
|
|
||||||
|
|
||||||
- if policy(@repository).add_project?
|
|
||||||
a.btn.btn-primary href=add_project_platform_repository_path(@platform, @repository)
|
|
||||||
= t('layout.projects.add')
|
|
||||||
|
|
|
||||||
- if policy(@repository).remove_project?
|
|
||||||
a.btn.btn-primary href=remove_project_platform_repository_path(@platform, @repository)
|
|
||||||
= t('layout.repositories.mass_delete')
|
|
Loading…
Reference in New Issue