Skip to content

Commit d025fa4

Browse files
Merge pull request #451 from ReCodEx/pipelines
Pipelines
2 parents aaa309e + 950c4ac commit d025fa4

File tree

100 files changed

+6049
-3130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+6049
-3130
lines changed

src/components/Exercises/ExerciseDetail/ExerciseDetail.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import DifficultyIcon from '../DifficultyIcon';
1111
import ResourceRenderer from '../../helpers/ResourceRenderer';
1212
import withLinks from '../../../helpers/withLinks';
1313
import UsersNameContainer from '../../../containers/UsersNameContainer';
14-
import Icon, { SuccessOrFailureIcon, UserIcon, VisibleIcon, CodeIcon, TagIcon } from '../../icons';
14+
import Icon, { SuccessOrFailureIcon, UserIcon, VisibleIcon, CodeIcon, TagIcon, ForkIcon } from '../../icons';
1515
import { getLocalizedDescription } from '../../../helpers/localizedData';
1616
import { LocalizedExerciseName } from '../../helpers/LocalizedNames';
1717
import EnvironmentsList from '../../helpers/EnvironmentsList';
@@ -197,7 +197,7 @@ const ExerciseDetail = ({
197197
{forkedFrom && (
198198
<tr>
199199
<td className="text-center text-muted shrink-col em-padding-left em-padding-right">
200-
<Icon icon="code-branch" />
200+
<ForkIcon />
201201
</td>
202202
<th className="text-nowrap">
203203
<FormattedMessage id="app.exercise.forked" defaultMessage="Forked from" />:

src/components/Exercises/ExercisesListItem/ExercisesListItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const ExercisesListItem = ({
147147
</OverlayTrigger>
148148
</Link>
149149
)}
150-
{permissionHints.viewPipelines && permissionHints.viewScoreConfig && (
150+
{permissionHints.viewConfig && permissionHints.viewScoreConfig && (
151151
<Link to={EXERCISE_EDIT_CONFIG_URI_FACTORY(id)}>
152152
<OverlayTrigger
153153
placement="bottom"

src/components/Pipelines/BoxForm/AddBoxForm.js

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)