diff options
| author | Filipa Lacerda <filipa@gitlab.com> | 2017-11-20 09:08:50 +0000 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2017-11-20 09:08:50 +0000 |
| commit | 9151ee2bbec16feb31960c0a4e195feb6eb59ad8 (patch) | |
| tree | 9ffddf884410b441f44c43d707fb26f8e9e70d2b /app/views | |
| parent | c563661f910934f1103690d46f9af8a75423077d (diff) | |
| download | gitlab-ce-9151ee2bbec16feb31960c0a4e195feb6eb59ad8.tar.gz | |
Hide log size in mobile
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/projects/jobs/show.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/jobs/show.html.haml b/app/views/projects/jobs/show.html.haml index 2abd2c9e652..1d0aaa47b60 100644 --- a/app/views/projects/jobs/show.html.haml +++ b/app/views/projects/jobs/show.html.haml @@ -57,13 +57,13 @@ .build-trace-container.prepend-top-default .top-bar.js-top-bar - .js-truncated-info.truncated-info.hidden< + .js-truncated-info.truncated-info.hidden-xs.pull-left.hidden< Showing last %span.js-truncated-info-size.truncated-info-size>< KiB of log - %a.js-raw-link.raw-link{ href: raw_project_job_path(@project, @build) }>< Complete Raw - .controllers + .controllers.pull-right - if @build.has_trace? = link_to raw_project_job_path(@project, @build), title: 'Show complete raw', |
