Skip to content

Commit

Permalink
Merge pull request mastodon#18 from GenbuHase/v4
Browse files Browse the repository at this point in the history
数種機能の廃止
  • Loading branch information
YoheiZuho committed Jan 23, 2018
2 parents fc3a796 + 06bccf5 commit 455cf2f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,6 @@ export default class ComposeForm extends ImmutablePureComponent {
</div>

<div className='compose-form__publish'>
<div className="user-counter__wrapper">
<i className="fa fa-users"></i>
<span>10人</span>
</div>

<div className='compose-form__publish-button-wrapper'>
<Button className="compose-form__utilBtns-risa" text={intl.formatMessage(messages.utilBtns_risa)} onClick={this.handleOnRisaSubmit} />

Expand Down
9 changes: 0 additions & 9 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -542,15 +542,6 @@
min-width: 0;
padding-top: 10px;

.user-counter__wrapper {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;

flex: 1;
}

.compose-form__publish-button-wrapper {
overflow: hidden;

Expand Down
10 changes: 0 additions & 10 deletions app/views/home/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@

= javascript_pack_tag 'application', integrity: true, crossorigin: 'anonymous'

/ Global site tag (gtag.js) - Google Analytics
- analytics_id = 'UA-112532720-2'
%script{ src: 'https://www.googletagmanager.com/gtag/js?id=#{analytics_id}', async: 'async' }
:javascript
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}

gtag('js', new Date());
gtag('config', '#{analytics_id}');

.app-holder#mastodon{ data: { props: Oj.dump(default_props) } }
%noscript
= image_tag asset_pack_path('logo.svg'), alt: 'Mastodon'
Expand Down

0 comments on commit 455cf2f

Please sign in to comment.