File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,18 @@ <h1 class="bottom top">{% trans 'Home thumbnail' %}</h1>
171171 </ div >
172172
173173 < div class ="row " ng-show ="!addHomeThumb ">
174- < div class ="add-thumbnail col-sm-12 col-lg-12 textcenter ">
175- < div class ="centered ">
176- < img preview-image ng-model ="home_thumbfile " class ="img-thumbnail " />
177- {% verbatim %}
178- < img ng-src ="{{course.home_thumbnail_url}} " class ="img-thumbnail " ng-show ="!home_thumbfile "/>
179- {% endverbatim %}
180- < p > < button class ="btn btn-success btn-edit-thumbnail uppercase "
181- ng-click ="addHomeThumb=true "> {% trans 'Change thumbnail' %}</ button >
182- </ p >
183- </ div >
174+
175+ < div class ="col-lg-12 col-md-12 col-sm-12 col-xs-12 ">
176+ < img preview-image ng-model ="home_thumbfile " class ="img-responsive " ng-show ="home_thumbfile "/>
177+ {% verbatim %}
178+ < img ng-src ="{{course.home_thumbnail_url}} " class ="img-responsive " ng-show ="!home_thumbfile "/>
179+ {% endverbatim %}
180+
181+ </ div >
182+
183+ < div class ="col-lg-12 textright ">
184+ < button class ="btn btn-success btn-edit-thumbnail uppercase "
185+ ng-click ="addHomeThumb=true "> {% trans 'Change thumbnail' %}</ button >
184186 </ div >
185187 </ div >
186188 </ section >
You can’t perform that action at this time.
0 commit comments