Skip to content

Commit

Permalink
Merge branch 'MDL-72917-master' of https://github.com/lameze/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Nov 29, 2021
2 parents 18b2af6 + 9e34fc6 commit 267fd27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion course/templates/activitychooserbutton.mustache
Expand Up @@ -29,7 +29,7 @@
"sectionreturn": 0
}
}}
<button class="btn btn-link text-decoration-none section-modchooser section-modchooser-link activity-add d-flex align-items-center px-3 py-2 mb-3"
<button class="btn btn-link text-decoration-none section-modchooser section-modchooser-link activity-add d-flex align-items-center p-3 mb-3"
data-action="open-chooser" data-sectionid="{{sectionid}}" data-sectionreturnid="{{sectionreturn}}">
<span class="pluscontainer icon-no-margin icon-size-3 d-flex p-2 mr-2">
{{#pix}} t/add, core {{/pix}}
Expand Down
2 changes: 1 addition & 1 deletion course/tests/behat/view_subfolders_inline.feature
Expand Up @@ -16,7 +16,7 @@ Feature: View subfolders in a course in-line
| teacher1 | C1 | editingteacher |
And I log in as "teacher1"
And I am on "Course 1" course homepage with editing mode on
And I add a "Folder" to section "3" and I fill the form with:
And I add a "Folder" to section "2" and I fill the form with:
| Name | Test folder |
| Display folder contents | On a separate page |
| Show subfolders expanded | |
Expand Down

0 comments on commit 267fd27

Please sign in to comment.