Skip to content
Snippets Groups Projects
Commit a7f61c5e authored by ArtOfCode-'s avatar ArtOfCode-
Browse files

Merge remote-tracking branch 'codidact/develop' into art/post-types

parents edf37d76 bbf8e36b
No related branches found
No related tags found
No related merge requests found
# QPixel [![CircleCI Build Status](https://circleci.com/gh/codidact/qpixel.svg?style=svg)](https://circleci.com/gh/codidact/qpixel) [![Test coverage](https://coveralls.io/repos/github/ArtOfCode-/qpixel/badge.svg?branch=master)](https://coveralls.io/github/ArtOfCode-/qpixel?branch=master) [![DOI](https://zenodo.org/badge/237078806.svg)](https://zenodo.org/badge/latestdoi/237078806) # QPixel [![CircleCI Build Status](https://circleci.com/gh/codidact/qpixel.svg?style=svg)](https://circleci.com/gh/codidact/qpixel) [![Coverage Status](https://coveralls.io/repos/github/codidact/qpixel/badge.svg)](https://coveralls.io/github/codidact/qpixel) [![DOI](https://zenodo.org/badge/237078806.svg)](https://zenodo.org/badge/latestdoi/237078806)
Rails-based version of our core software. Currently under active development towards MVP. Rails-based version of our core software. Currently under active development towards MVP.
## Installation ## Installation
......
...@@ -239,6 +239,8 @@ ...@@ -239,6 +239,8 @@
<% end %> <% end %>
<% end %> <% end %>
<% end %> <% end %>
<% end %>
<% if check_your_privilege('flag_curate') %>
<a href="javascript:void(0);" data-modal="#mod-tools-<%= post.id %>" class="tools--item"> <a href="javascript:void(0);" data-modal="#mod-tools-<%= post.id %>" class="tools--item">
<i class="fa fa-wrench"></i> <i class="fa fa-wrench"></i>
Tools Tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment