Skip to content

test changes #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion app/views/contributions.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{% extends "./layout.html" %} {% block title %}Contributions{% endblock %} {% block content %}
<div>
<p>test</p>
</div>
<div class="row">
<div class="col-lg-12">

Expand Down Expand Up @@ -131,4 +134,4 @@ <h3 class="panel-title">
</div>
</div>

{% endblock %}
{% endblock %}
6 changes: 4 additions & 2 deletions app/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
</head>

<body>

<div id="testRV">
<p>Test pull request</p>
</div>
<div id="wrapper">
<!-- Sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
Expand Down Expand Up @@ -176,4 +178,4 @@

</body>

</html>
</html>