forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify html indent function (oppia#5171)
* Modify check * Fix indent and placing errors * Remove trailing spaces * Modify echo statements in install_third_party.sh * Adjust tags and text * Correct text indent * Adjust text
- Loading branch information
Showing
71 changed files
with
486 additions
and
289 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
12 changes: 6 additions & 6 deletions
12
...emplates/dev/head/components/forms/schema_viewers/schema_based_list_viewer_directive.html
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<table class="table"> | ||
<tr ng-repeat="item in localValue track by $index"> | ||
<td> | ||
<schema-based-viewer schema="itemSchema()" local-value="localValue[$index]"> | ||
</schema-based-viewer> | ||
</td> | ||
</tr> | ||
<tr ng-repeat="item in localValue track by $index"> | ||
<td> | ||
<schema-based-viewer schema="itemSchema()" local-value="localValue[$index]"> | ||
</schema-based-viewer> | ||
</td> | ||
</tr> | ||
</table> |
2 changes: 1 addition & 1 deletion
2
core/templates/dev/head/components/profile_link/profile_link_image_directive.html
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<a ng-if="isUsernameLinkable(username())" ng-href="/profile/<[username()]>"> | ||
<img ng-src="<[profilePicture]>" alt="User Avatar" class="img-circle"> | ||
<img ng-src="<[profilePicture]>" alt="User Avatar" class="img-circle"> | ||
</a> | ||
|
||
<img ng-if="!isUsernameLinkable(username())" ng-src="<[profilePicture]>" alt=""> |
2 changes: 1 addition & 1 deletion
2
core/templates/dev/head/components/summary_tile/circular_image_directive.html
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<a ng-if="isLinkAvailable()" ng-href="<[link()]>"> | ||
<img ng-src="<[src()]>" alt="" class="img-circle"> | ||
<img ng-src="<[src()]>" alt="" class="img-circle"> | ||
</a> | ||
|
||
<img ng-if="!isLinkAvailable()" class="img-circle" ng-src="<[src()]>"> |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
</div> | ||
|
||
<collection-node-creator></collection-node-creator> | ||
</div> | ||
</md-card> | ||
</div> | ||
</div> | ||
|
||
|
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
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
Oops, something went wrong.