Skip to content
Code-Schnipsel Gruppen Projekte
Commit cb942cb1 erstellt von Dominik Chrzanowski's avatar Dominik Chrzanowski
Dateien durchsuchen

refactor: Code refactor [Interviewee] ckeditor4#31

Übergeordneter 4c7fbe89
No related branches found
No related tags found
2 Merge Requests!4fix(phpstan): correct variable type,!3refactor: Code refactor [Interviewee] quiqqer/ckeditor4#31
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
</div> </div>
{if $description} {if $description}
<div class="quiqqer-interview-control-interviewee-content-short">{$description}</div> <div class="quiqqer-interview-control-interviewee-content-short default-content">{$description}</div>
{/if} {/if}
</div> </div>
\ No newline at end of file
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
</header> </header>
{if $description} {if $description}
<div class="quiqqer-interview-control-interviewee-short">{$description}</div> <div class="quiqqer-interview-control-interviewee-short default-content">{$description}</div>
{/if} {/if}
</div> </div>
\ No newline at end of file
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="quiqqer-interview-control-interviewee-content"> <div class="quiqqer-interview-control-interviewee-content">
{if $description} {if $description}
<div class="quiqqer-interview-control-interviewee-content-short">{$description}</div> <div class="quiqqer-interview-control-interviewee-content-short default-content">{$description}</div>
{/if} {/if}
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{/if} {/if}
{if $this->getAttribute('content') != ""} {if $this->getAttribute('content') != ""}
<div class="control-body"> <div class="control-body default-content">
{$this->getAttribute('content')} {$this->getAttribute('content')}
</div> </div>
{/if} {/if}
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren