Skip to content
This repository has been archived by the owner on Aug 31, 2018. It is now read-only.

Commit

Permalink
github ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed May 29, 2017
1 parent 66c6913 commit 0c2cd37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/app/Github/search.service.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


import {EventEmitter, Injectable, Output} from "@angular/core";
import {Http} from "@angular/http";
import {Observable} from "rxjs/Observable";
import {EventEmitter, Injectable, Output} from '@angular/core';
import {Http} from '@angular/http';
import {Observable} from 'rxjs/Observable';


@Injectable()
Expand Down Expand Up @@ -44,4 +44,4 @@ export interface Repository {
stargazers_count: number;
full_name: string;
owner: User;
}
}
6 changes: 3 additions & 3 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<md-toolbar color="primary">
<span>Releaser</span>
<span class="middle_spacer"></span>
<md-toolbar color="primary" style="align-content: center">
<span style="line-height: 1.8em;">Releaser for GitHub</span>
<!--<span class="middle_spacer"></span>-->
<span>
<button md-raised-button color="accent" *ngIf="!user" (click)="doGithubLogin()">Login or Signup with Github</button>
<button md-button *ngIf="user" (click)="doLogout()">Logout</button>
Expand Down
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Releaser</title>
<title>Releaser for GitHub</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -11,5 +11,6 @@
<body>
<app-root>Loading...</app-root>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<a href="https://github.com/Richard87/releaser"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
</body>
</html>

0 comments on commit 0c2cd37

Please sign in to comment.