Skip to content

Commit

Permalink
removed buttons, link look better
Browse files Browse the repository at this point in the history
  • Loading branch information
mananmongia committed Nov 19, 2018
1 parent 310bacd commit 8ac19ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 93 deletions.
79 changes: 2 additions & 77 deletions app/assets/stylesheets/chameleon/chameleon.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 17 additions & 16 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,28 @@
</div>
</div>

<div id="bugsandsourcecode">
<a class="fixedbottombutton repo" href="https://github.com/openSUSE/software-o-o" target="_blank" >
<span>Source Code</span>
<div class="icon">
<i class="typcn typcn-social-github-circular"></i>
</div>
</a>
<a class="fixedbottombutton bug" href="https://github.com/openSUSE/software-o-o/issues/new" target="_blank" >
<span>Report Bug</span>
<div class="icon">
<i class="typcn typcn-warning-outline"></i>
</div>
</a>
</div>



<div class="footer-copyright-language-row">
<div class="footer-copyright">
&copy; 2011&ndash;2017 <%= _("openSUSE contributors") %>
</div>

<!-- ************************************* -->
<div>
<a class = "footer-Contribute-ReportBugs" href="https://github.com/openSUSE/software-o-o" target="_blank" >
<span>Contribute!</span>
<i class="typcn typcn-social-github-circular"></i>
</a>
</div>
<div>
<a class = "footer-Contribute-ReportBugs" href="https://github.com/openSUSE/software-o-o/issues/new" target="_blank" >
<span>Report Bugs</span>
<i class="typcn typcn-warning-outline"></i>
</a>
</div>

<!-- ************************************* -->

<div class="footer-language">
Language <!-- This label should not be translated! -->
<div class="btn-group dropup language-menu">
Expand Down

0 comments on commit 8ac19ef

Please sign in to comment.