Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f13e4b0

Browse files
author
Jenkins Continuous Integration Server
committedDec 15, 2015
Merge commit 'bc99f00d1aee6a78f1297e5f48f8d6811d0e887f' into HEAD
2 parents 0f0b942 + bc99f00 commit f13e4b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎app/directives/external-account/external-link-data.directive.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.external-link-tile(ng-repeat="account in linkedAccountsData", ng-class="{'external-link-tile--editable' : editable, 'external-link-tile--pending' : account.status === 'PENDING' || account.data.status === 'PENDING'}", ng-click="openLink(account)")
33
.top
44
.ext-link-tile_edit-header(ng-show="editable && account.provider === 'weblink'")
5-
.ext-link-tile_edit-header_delete(ng-click="confirmDeletion(account)", ng-class="{'ext-link-tile_edit-header_delete--disabled': account.deletingAccount || account.status === 'PENDING'}")
5+
.ext-link-tile_edit-header_delete(ng-click="confirmDeletion(account)", ng-class="{'ext-link-tile_edit-header_delete--disabled': account.deletingAccount || account.status === 'PENDING'}", prevent-event-propagation)
66
div.logo
77
i.fa(ng-class="(account|providerData:'className') || 'fa-globe'")
88
h2 {{account|providerData:"displayName"}}

‎app/sitemap/sitemap.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
li
2424
a(href="/community/design") Design
2525
li
26-
a(href="/community/devlopment") Development
26+
a(href="/community/development") Development
2727
li
2828
a(href="/community/data-science") Data Science
2929
li

‎assets/css/directives/external-link-deletion-confirm.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.deletion-confirmation-message {
30-
@include merriweather-sans-regular;//TODO use sansbook font
30+
@include font-with-weight('Merriweather Sans', 300);
3131

3232
.deletion-confirmation-account-title {
3333
font-style: italic;

0 commit comments

Comments
 (0)
This repository has been archived.