Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/templates/blank-slate.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h1>Blank Slate Template</h1>
</ul>
</div>
<div class="col-sm-4">
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="" class="img-responsive footer-logo" />
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="UCSD Logo" class="img-responsive footer-logo" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ <h4 class="panel-news-title">UC San Diego Ranked World’s 7th Best Public Unive
</ul>
</div>
<div class="col-sm-4">
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="" class="img-responsive footer-logo" />
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="UCSD Logo" class="img-responsive footer-logo" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h1>Templates</h1>
</ul>
</div>
<div class="col-sm-4">
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="" class="img-responsive footer-logo" />
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="UCSD Logo" class="img-responsive footer-logo" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/profile-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h1>Blank Slate Template</h1>
</ul>
</div>
<div class="col-sm-4">
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="" class="img-responsive footer-logo" />
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="UCSD Logo" class="img-responsive footer-logo" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/three-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h2>Decorator V5</h2>
</ul>
</div>
<div class="col-sm-4">
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="" class="img-responsive footer-logo" />
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="UCSD Logo" class="img-responsive footer-logo" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/two-column.html
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ <h2>Decorator V5</h2>
</ul>
</div>
<div class="col-sm-4">
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="" class="img-responsive footer-logo" />
<img src="http://cdn.ucsd.edu/developer/decorator/5.0.2/img/ucsd-footer-logo-white.png" alt="UCSD Logo" class="img-responsive footer-logo" />
</div>
</div>
</div>
Expand Down