Skip to content
Snippets Groups Projects
Commit f6e47f6f authored by Clement Ho's avatar Clement Ho
Browse files

Convert some hidden-xs that was added later

parent 6b64174d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -28,7 +28,7 @@
= s_('Branches|Cant find HEAD commit for this branch')
 
- if branch.name != @repository.root_ref
.divergence-graph.hidden-xs{ title: s_('%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead') % { number_commits_behind: diverging_count_label(number_commits_behind),
.divergence-graph.d-none.d-sm-block{ title: s_('%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead') % { number_commits_behind: diverging_count_label(number_commits_behind),
default_branch: @repository.root_ref,
number_commits_ahead: diverging_count_label(number_commits_ahead) } }
.graph-side
Loading
Loading
Loading
Loading
@@ -15,7 +15,7 @@
%span.logo-text
GitLab
 
.file-actions.hidden-xs
.file-actions.d-none.d-sm-block
.btn-group{ role: "group" }<
= embedded_snippet_raw_button
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment