Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #815 from Knorrke/share
Browse files Browse the repository at this point in the history
  • Loading branch information
inyono committed Nov 25, 2018
2 parents 70fa974 + 570f13d commit 79453e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

- Add meta title to courses (([#814](https://github.com/serlo-org/athene2/pull/814)))
- Add share option to exercises ([#815](https://github.com/serlo-org/athene2/pull/815))

## [Build 4] - 2018-11-22

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{{ subscribe(entity).subMenuItem() }}
{% include 'entity/view/partials/actions/versioning/history' %}
{% include 'entity/view/partials/actions/versioning/convert' %}
{% include 'common/share' with {'id': entity.getId()} %}
{% include 'entity/view/partials/actions/license/show' %}
{% include 'entity/view/partials/actions/link/add' %}
{% include 'entity/view/partials/actions/link/update' %}
Expand All @@ -32,4 +33,4 @@
{% include 'entity/view/partials/actions/license/update' %}
{% include 'entity/view/partials/actions/flag/create' %}
{% include 'entity/view/partials/actions/event/history' %}
{% include 'entity/view/partials/actions/trash' %}
{% include 'entity/view/partials/actions/trash' %}

0 comments on commit 79453e6

Please sign in to comment.