Skip to content

Commit 30a3fc0

Browse files
fix remove the revesion row and change external event url name
1 parent b640134 commit 30a3fc0

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app/models/social-link.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default ModelBase.extend({
1111
identifier : attr('string'), // used for providing css id for URL validations.
1212

1313
event: belongsTo('event'),
14-
1514
normalizedName: computed('name', function() {
1615
// Even though name is required for social links and is non-nullable
1716
// and non-null name is being sent from API, for some reason, for certain events,

app/styles/pages/public-event.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,3 @@
185185
.event-map > iframe.g-map {
186186
height: 300px;
187187
}
188-
189-
div#ember284 a {
190-
text-transform: capitalize;
191-
}

0 commit comments

Comments
 (0)