-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #341 - email column in edit/add permissions now disappears when…
… in mobile view
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ def test_render_with_admin(self): | |
' <p>Bob Smith</p>' | ||
' <p>bob</p>' | ||
' </td>' | ||
' <td>[email protected]</td>' | ||
' <td class="hidden-xs hidden-sm">[email protected]</td>' | ||
' <td>' | ||
' Administrator' | ||
' </td>' | ||
|
@@ -43,7 +43,7 @@ def test_render_with_manager(self): | |
' <p>Bob Smith</p>' | ||
' <p>bob</p>' | ||
' </td>' | ||
' <td>[email protected]</td>' | ||
' <td class="hidden-xs hidden-sm">[email protected]</td>' | ||
' <td>' | ||
' <select name="bob">\n' | ||
'<option value="PU">Project User</option>\n' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters