Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #195 from gesa/1064504/details
Browse files Browse the repository at this point in the history
Fixes Bug 1064504 - Remove "description" label from event pages
  • Loading branch information
Aki committed Sep 8, 2014
2 parents e8c3722 + f3b2ac1 commit fb8745b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/views/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ <h2 ng-if="galleryTags" class="page-header">Things we made</h2>
container-class="col-md-6 col-lg-4"
ng-if="galleryTags" tags="galleryTags" limit="6"></div>
</div>
<h2 class="page-header">{{ 'Details' | i18n }}</h2>
<p class="event-detail-description add-bottom-margin" ng-bind-html="eventData.description"></p>

<p ng-if="eventData.registerLink">
Expand Down
4 changes: 0 additions & 4 deletions locale/en_US/events2.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,10 +643,6 @@
"message": "Mentors",
"description": "Title for details page section"
},
"Details": {
"message": "Details",
"description": "Title for details page section"
},
"People who can edit this event": {
"message": "People who can edit this event",
"description": "Event details page"
Expand Down

0 comments on commit fb8745b

Please sign in to comment.