mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Codestyle.
This commit is contained in:
		@@ -161,11 +161,12 @@
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
      <span class="card-title">Files</span>
 | 
			
		||||
      <table>
 | 
			
		||||
        <thead>
 | 
			
		||||
          <tr>
 | 
			
		||||
              <th>Inputs</th>
 | 
			
		||||
              <th>Results</th>
 | 
			
		||||
              <th style="width: 50%;">Inputs</th>
 | 
			
		||||
              <th style="width: 50%;">Results</th>
 | 
			
		||||
          </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
        <tbody>
 | 
			
		||||
@@ -179,8 +180,6 @@
 | 
			
		||||
              {% for result in files[file]['results'] %}
 | 
			
		||||
              <a href="{{ url_for('main.job_download', job_id=job.id, file=files[file]['results'][result]['path']) }}" class="waves-effect waves-light btn-small">{{ result }}</a>
 | 
			
		||||
              {% endfor %}
 | 
			
		||||
              {% else %}
 | 
			
		||||
              None
 | 
			
		||||
              {% endif %}
 | 
			
		||||
            </td>
 | 
			
		||||
          </tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user