Skip to content

Commit

Permalink
Changes in slack authorize page
Browse files Browse the repository at this point in the history
  • Loading branch information
asra authored and asra committed Apr 13, 2017
1 parent 4312b06 commit 6284b94
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ md2-pagination .md2-rows-select{margin:0 !important;}
.after-login-nav {float: right;background: #EDEDED;border-bottom: 1px solid #D9DEE4;margin-bottom: 10px;width: 100%;padding:15px;}
.after-login-nav a{float:right;font-size:18px;}
.base-body .text-center{text-align:center;}
#content {width:80%;margin:0 auto;}
#content a {background: url(https://platform.slack-edge.com/img/add_to_slack.png) no-repeat 50% center;display: block;width: 100%;height: 55px;color:transparent;}
#content p{font-size: 20px;margin: 28px 0;}
#content p span{color:#73879C;}
Expand Down
37 changes: 23 additions & 14 deletions Slack.Automation/Promact.Erp.Web/Views/Home/SlackAuthorize.cshtml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@

<div class="app-container">
<div class="text-center">
@{
ViewBag.Title = "SlackAuthorize";
}

<p class="info-msg"> @ViewBag.Message</p>
<p>
<a href='@Url.Action("Index", "Home")'>
<input type='submit' class="back-btn" value='Back to Home' />
</a>
</p>
<html>

<head>
<link href="~/Content/css/erp-custom.css" rel="stylesheet" />
</head>


<body>
<div class="app-container">
<div class="text-center">
@{
ViewBag.Title = "SlackAuthorize";
}

<p class="info-msg"> jhgjghjgjgjghjghjgjhg jhghjg jgjhgjgjghjhj @ViewBag.Message</p>
<p>
<a href='@Url.Action("Index", "Home")'>
<input type='submit' class="back-btn" value='Back to Home' />
</a>
</p>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 6284b94

Please sign in to comment.