[backport] Removed hyphens from files and classes

stable
Xavier Julián 2014-10-13 12:09:14 +02:00 committed by David Barragán Merino
parent abeb1bfcf9
commit 1760000983
16 changed files with 19 additions and 19 deletions

View File

@ -50,7 +50,7 @@ class ConfirmService extends taiga.Service
el.off(".confirm-dialog") el.off(".confirm-dialog")
ask: (title, subtitle, message=null, lightboxSelector=".lightbox_confirm-delete") -> ask: (title, subtitle, message=null, lightboxSelector=".lightbox-confirm-delete") ->
el = angular.element(lightboxSelector) el = angular.element(lightboxSelector)
# Render content # Render content

View File

@ -151,7 +151,7 @@ BlockLightboxDirective = (lightboxService) ->
lightboxService.close($el) lightboxService.close($el)
return { return {
templateUrl: "/partials/views/modules/lightbox_block.html" templateUrl: "/partials/views/modules/lightbox-block.html"
link:link, link:link,
require:"ngModel" require:"ngModel"
} }
@ -559,7 +559,7 @@ WatchersLightboxDirective = ($repo, lightboxService, lightboxKeyboardNavigationS
$el.off() $el.off()
return { return {
templateUrl: "/partials/views/modules/lightbox_users.html" templateUrl: "/partials/views/modules/lightbox-users.html"
link:link link:link
} }

View File

@ -21,8 +21,8 @@ html(lang="en", ng-app="taiga")
div.master(ng-view) div.master(ng-view)
div.hidden.lightbox.lightbox_confirm-delete div.hidden.lightbox.lightbox-confirm-delete
include partials/views/modules/lightbox_confirm-delete include partials/views/modules/lightbox-confirm-delete
div.hidden.lightbox.lightbox-ask-choice div.hidden.lightbox.lightbox-ask-choice
include partials/views/modules/lightbox-ask-choice include partials/views/modules/lightbox-ask-choice
div.hidden.lightbox.lightbox-generic-success div.hidden.lightbox.lightbox-generic-success

View File

@ -22,5 +22,5 @@ block content
div.paginator.memberships-paginator div.paginator.memberships-paginator
div.lightbox.lightbox_add-member.hidden(tg-lb-create-members) div.lightbox.lightbox-add-member.hidden(tg-lb-create-members)
include views/modules/lightbox_add-member include views/modules/lightbox-add-member

View File

@ -40,7 +40,7 @@ block content
a.button.button-gray.clickable(title="Click to block the issue", ng-show="!issue.is_blocked", ng-click="ctrl.block()") Block a.button.button-gray.clickable(title="Click to block the issue", ng-show="!issue.is_blocked", ng-click="ctrl.block()") Block
a.button.button-red(title="Click to delete the issue", tg-check-permission="delete_issue", ng-click="ctrl.delete()", href="") Delete a.button.button-red(title="Click to delete the issue", tg-check-permission="delete_issue", ng-click="ctrl.delete()", href="") Delete
div.lightbox.lightbox_block.hidden(tg-lb-block, title="Blocking issue", ng-model="issue") div.lightbox.lightbox-block.hidden(tg-lb-block, title="Blocking issue", ng-model="issue")
div.lightbox.lightbox-select-user(tg-lb-assignedto) div.lightbox.lightbox-select-user(tg-lb-assignedto)

View File

@ -44,6 +44,6 @@ block content
a.button.button-gray.clickable(ng-show="!task.is_blocked", ng-click="ctrl.block()") Block a.button.button-gray.clickable(ng-show="!task.is_blocked", ng-click="ctrl.block()") Block
a.button.button-red(tg-check-permission="delete_task", ng-click="ctrl.delete()", href="") Delete a.button.button-red(tg-check-permission="delete_task", ng-click="ctrl.delete()", href="") Delete
div.lightbox.lightbox_block.hidden(tg-lb-block, title="Blocking task", ng-model="task") div.lightbox.lightbox-block.hidden(tg-lb-block, title="Blocking task", ng-model="task")
div.lightbox.lightbox-select-user.hidden(tg-lb-assignedto) div.lightbox.lightbox-select-user.hidden(tg-lb-assignedto)
div.lightbox.lightbox-select-user.hidden(tg-lb-watchers) div.lightbox.lightbox-select-user.hidden(tg-lb-watchers)

View File

@ -47,6 +47,6 @@ block content
a.button.button-gray.clickable(ng-show="!us.is_blocked", ng-click="ctrl.block()") Block a.button.button-gray.clickable(ng-show="!us.is_blocked", ng-click="ctrl.block()") Block
a.button.button-red(tg-check-permission="delete_us", ng-click="ctrl.delete()", href="") Delete a.button.button-red(tg-check-permission="delete_us", ng-click="ctrl.delete()", href="") Delete
div.lightbox.lightbox_block.hidden(tg-lb-block, title="Blocking issue", ng-model="us") div.lightbox.lightbox-block.hidden(tg-lb-block, title="Blocking issue", ng-model="us")
div.lightbox.lightbox-select-user.hidden(tg-lb-assignedto) div.lightbox.lightbox-select-user.hidden(tg-lb-assignedto)
div.lightbox.lightbox-select-user.hidden(tg-lb-watchers) div.lightbox.lightbox-select-user.hidden(tg-lb-watchers)

View File

@ -63,5 +63,5 @@ block content
div.lightbox.lightbox-delete-account.hidden(tg-lb-delete-user) div.lightbox.lightbox-delete-account.hidden(tg-lb-delete-user)
include views/modules/lightbox-delete-account include views/modules/lightbox-delete-account
div.lightbox.lightbox_confirm-use-gravatar.hidden div.lightbox.lightbox-confirm-use-gravatar.hidden
include views/modules/lightbox-use-gravatar include views/modules/lightbox-use-gravatar

View File

@ -1,7 +1,7 @@
div.kanban-table div.kanban-table
div.kanban-table-header div.kanban-table-header
div.kanban-table-inner(tg-kanban-row-width-fixer) div.kanban-table-inner(tg-kanban-row-width-fixer)
h2.task-colum_name(ng-repeat="s in usStatusList track by s.id", h2.task-colum-name(ng-repeat="s in usStatusList track by s.id",
ng-style="{'border-top-color':s.color}") ng-style="{'border-top-color':s.color}")
span(tg-bo-bind="s.name") span(tg-bo-bind="s.name")

View File

@ -1,8 +1,8 @@
div.taskboard-table div.taskboard-table
div.taskboard-table-header div.taskboard-table-header
div.taskboard-table-inner(tg-taskboard-row-width-fixer) div.taskboard-table-inner(tg-taskboard-row-width-fixer)
h2.task-colum_name "User story" h2.task-colum-name "User story"
h2.task-colum_name(ng-repeat="s in taskStatusList track by s.id", h2.task-colum-name(ng-repeat="s in taskStatusList track by s.id",
ng-style="{'border-top-color':s.color}") ng-style="{'border-top-color':s.color}")
span(tg-bo-bind="s.name") span(tg-bo-bind="s.name")

View File

@ -20,7 +20,7 @@ $column-margin: 0 10px 0 0;
overflow: hidden; overflow: hidden;
position: absolute; position: absolute;
} }
.task-colum_name { .task-colum-name {
@include table-flex-child($column-flex, $column-width, $column-shrink, $column-width); @include table-flex-child($column-flex, $column-width, $column-shrink, $column-width);
@extend %large; @extend %large;
background: $whitish; background: $whitish;

View File

@ -188,7 +188,7 @@
} }
} }
.lightbox_add-member { .lightbox-add-member {
.add-member-wrapper { .add-member-wrapper {
@include table-flex(); @include table-flex();
} }
@ -283,7 +283,7 @@
} }
} }
.lightbox_confirm-delete { .lightbox-confirm-delete {
form { form {
@include table-flex-child(0, 420px, 0, 420px); @include table-flex-child(0, 420px, 0, 420px);
} }
@ -341,7 +341,7 @@
} }
} }
.lightbox_confirm-use-gravatar { .lightbox-confirm-use-gravatar {
form { form {
@include table-flex-child(0, 420px, 0, 420px); @include table-flex-child(0, 420px, 0, 420px);
} }
@ -456,7 +456,7 @@
} }
} }
.lightbox_block { .lightbox-block {
.form { .form {
@include table-flex-child(0, 420px, 0, 420px); @include table-flex-child(0, 420px, 0, 420px);
} }